当前位置: 技术问答>linux和unix
为什么include <gnome.h>出错?
来源: 互联网 发布时间:2015-08-07
本文导语: 我新近完全安装了Redhat Linux 9.0,在一个程序test.c中: include int main(int argc, char *argv[]) { } 保存,然后gcc -o test test.c 却出现找不到gnome.h的错误, 我用find / -name gnome.h寻找,有gnome.h这个头文件啊?请问这该如何...
我新近完全安装了Redhat Linux 9.0,在一个程序test.c中:
include
int main(int argc, char *argv[])
{
}
保存,然后gcc -o test test.c
却出现找不到gnome.h的错误,
我用find / -name gnome.h寻找,有gnome.h这个头文件啊?请问这该如何解决呢?thanks
include
int main(int argc, char *argv[])
{
}
保存,然后gcc -o test test.c
却出现找不到gnome.h的错误,
我用find / -name gnome.h寻找,有gnome.h这个头文件啊?请问这该如何解决呢?thanks
|
在你的shell里执行上述命令看看,就很清楚了,呵呵
|
一般在/usr/include下应该有的。
gcc、gnome装过了?安装正确吗?
gcc、gnome装过了?安装正确吗?
|
呵呵,UP!