rd9下skyeye0.9.5./configure 失败
checking for gtk-config... nochecking for GTK - version >= 1.1.3... ./configure: line 1: /usr/bin/pkg-configy
./configure: line 1: /usr/bin/pkg-config: No such file or directory
./configure: line 1: /usr/bin/pkg-config: No such file or directory
./configure: line 1: /usr/bin/pkg-config: No such file or directory
./configure: line 1: /usr/bin/pkg-config: No such file or directory
no
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK was incorrectly installed
*** or that you have moved GTK since it was installed. In the latter case, you
*** may want to edit the gtk-config script: /usr/bin/pkg-config
configure: error: Cannot find GTK: Is gtk-config in path?
configure: error: ./configure failed for arm
Configure in /home/ragon/skyeye/sim failed, exiting. 见我的回复:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&p=4428972#4428972 意思就是你系统中没有安装pkg-config这个程序 你安装rh的时候缺少了一些东西 可以把相关的东西rpm一下
DESCRIPTION
The pkg-config program is used to retrieve information about installedlibrariesinthe
system. It is typically used to compile and link against one or more libraries.Here is
a typical usage scenario in a Makefile:
program: program.c
cc program.c ‘pkg-config --cflags --libs gnomeui‘
页:
[1]