|
在redhat 9.0 gnome下,安装一个管理工具gentoo-0.11.23.tar.gz,解压后
[root@localhost gentoo-0.11.23]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Bad GTK+ version
[root@localhost gentoo-0.11.23]# make
make: *** No targets specified and no makefile found. Stop.
[root@localhost gentoo-0.11.23]# make install
make: *** No rule to make target `install'. Stop.
但是我查看了一下gtk+,发现我已经装了,而且还是gtk+-1.2.10-25的,它上面好像是说要自己选择gtk+的路径
但是如何选择呢? |
|