|
我是一个linux新手,在安装gnochive-0.7.0]时,出现以下错误,不知道为什么,那位高手指教一下,在安装前,我查看了install文件,按照文件所述步骤操作,首先用./configure,然后执行make命令,在执行make时.提示找不到makefile文件,此外,我在gnochive-0.7.0和omf-install文件夹中分别找到了makefile.am和makefile.in文件,不知道为什么.
安装过程如下:
[root@localhost gnochive-0.7.0]# ./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 strerror in -lcposix... no
checking for gawk... gawk
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 for gcc option to accept ANSI C... none needed
checking whether build environment is sane... yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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@localhost gnochive-0.7.0]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost gnochive-0.7.0]# |
|