分页: 1 / 1

make 后的错误怎样分析??

发表于 : 2007-12-17 1:46
snakexox
mkdir -p release/bin.debug.Linux.x86_64
mkdir -p release/lib.debug.Linux.x86_64
cd contrib; make
make[1]: Entering directory `/home/snakexox/Desktop/sip-1.5.0/contrib'
/home/snakexox/Desktop/sip-1.5.0/contrib/../build/../tools/lndir.sh ../libxml-2.x libxml2.Linux.x86_64
doc:
html:
cd libxml2.Linux.x86_64 ; env CC=gcc ./configure
creating 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... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for cc... 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 a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /bin/tar
checking host system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized

checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized

checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
make[1]: *** [libxml2.Linux.x86_64] 错误 1
make[1]: Leaving directory `/home/snakexox/Desktop/sip-1.5.0/contrib'
make: *** [contrib] 错误 2
snakexox@snakexox-desktop:~/Desktop/sip-1.5.0$

看不明白,是不是漏了什么没有安装?

发表于 : 2007-12-17 13:22
shenhao0129
你编译安装的什么软件的呀?

发表于 : 2007-12-17 15:35
snakexox
shenhao0129 写了:你编译安装的什么软件的呀?
sudo apt-get install g++ gcc make automake perl

这个是源文件
http://www.vovida.org/downloads/sip/1.5 ... 5.0.tar.gz

还有man page
http://www.vovida.org/document/man/sipset.html

发表于 : 2007-12-17 21:03
snakexox
sudo apt-get install g++ gcc make automake perl
装了这几个,装完automake后,那几个missing不见了 ,不过makeinfo还是missing

发表于 : 2007-12-18 21:54
snakexox
官方的操作平台是红帽7.3啊,是不是不能在ubuntu上翻译?