make 后的错误怎样分析??
发表于 : 2007-12-17 1:46
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$
看不明白,是不是漏了什么没有安装?
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$
看不明白,是不是漏了什么没有安装?