checking for gtk-config... no
checking 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.
意思就是你系统中没有安装pkg-config这个程序 你安装rh的时候缺少了一些东西 可以把相关的东西rpm一下
DESCRIPTION
The pkg-config program is used to retrieve information about installed libraries in the
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‘