|
|
[root@kszl2005 ~]# tar -xzvf ee-0.3.12.tar.gz
[root@kszl2005 ~]# cd ee-0.3.12
[root@kszl2005 ee-0.3.12]# ./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 gnutar... no
checking for gtar... gtar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
[root@kszl2005 ee-0.3.12]# make
make: *** 没有指明目标并且找 不到 makefile。 停止。
[root@kszl2005 ee-0.3.12]# make install
make: *** 没有规则可以创建目标“install”。 停止。
[root@kszl2005 ee-0.3.12]#
为什么啊??
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs instal
上面这句话是不是说明我要装其它软件啊》》。 |
|