|
|
发表于 2004-9-10 10:43:21
|
显示全部楼层
在./configure时显示如下信息,,,看看如何解决!!
loading cache ./config.cache
Arguments:
checking host system type... i686-pc-linux-gnu
checking for gcc3... (cached) gcc
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ranlib... (cached) ranlib
checking for gmake... (cached) gmake
checking for make... (cached) gmake
checking for ocamlc.opt... (cached) no
checking for ocamlc... (cached) ocamlrun ocamlc
i686-pc-linux-gnu
Testing ocaml version
checking for rpmbuild... (cached) rpmbuild
checking for rpm... (cached) rpmbuild
checking for wget... (cached) wget
checking for ocamlopt.opt... (cached) ocamlopt
checking for ocamlopt... (cached) ocamlopt
checking for ocamldep... (cached) ocamldep
checking for ocamllex.opt... (cached) ocamllex
checking for ocamllex... (cached) ocamllex
checking for ocamlyacc... (cached) ocamlyacc
checking for ocamlmktop... (cached) ocamlmktop
checking for camlp4... (cached) camlp4
checking for perl... (cached) /usr/bin/perl
ocamlc version is 3.07+2
ocamlopt version is 3.07+2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of void *... (cached) 4
checking size of char... (cached) 1
checking size of short... (cached) 2
checking size of float... (cached) 4
checking size of double... (cached) 8
checking for arpa/inet.h... (cached) yes
checking for netinet/ip.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for poll... (cached) yes
checking for inflate in -lz... (cached) yes
checking for zlib.h... (cached) yes
checking for iconv_open in -liconv... (cached) no
checking for endian.h... (cached) yes
checking for byteswap.h... (cached) yes
checking for linux/limits.h... (cached) yes
checking Additionnal includes...
checking for ../src/networks/donkey... (cached) no
checking for ../src/networks/gnutella... (cached) no
checking for ../src/networks/gnutella2... (cached) no
checking for ../src/networks/bittorrent... (cached) no
checking for ../src/networks/fileTP... (cached) no
checking for ../src/networks/fasttrack... (cached) no
checking for gtk-config... (cached) gtk-config
checking Checking for native code lablgtk... no
Do you want this script to try to download and install lablgtk
LOCALLY in mldonkey directory ?
r
checking for ../src/im... (cached) no
Dont use threads
checking compile GTK GUI... no
checking for bzip2... (cached) bzip2
checking for gzip... (cached) bzip2
checking for ../src/pic/picMain.ml... (cached) no
checking for ../src/spider/ecrawler/spiderMain.ml... (cached) no
checking for ../src/btview/btviewMain.ml... (cached) no
checking for ../src/cluster/clusterMain.ml... (cached) no
creating ./config.status
creating Makefile.config
creating Makefile.config.i386
creating Makefile.config.i486
creating Makefile.config.i586
creating Makefile.config.i686
creating mldonkey.rc
mkdir: cannot create directory `../src/utils/lib': No such file or directory
creating ../src/utils/lib/autoconf.ml.new
sed: can't read ./../src/utils/lib/autoconf.ml.new.in: No such file or directory
./config.status: line 221: ../src/utils/lib/autoconf.ml.new: No such file or directory
mkdir: cannot create directory `../src/utils/lib': No such file or directory
creating ../src/utils/lib/gAutoconf.ml.new
sed: can't read ./../src/utils/lib/gAutoconf.ml.new.in: No such file or directory
./config.status: line 221: ../src/utils/lib/gAutoconf.ml.new: No such file or directory
mkdir: cannot create directory `../packages/rpm': No such file or directory
creating ../packages/rpm/mldonkey.spec
sed: can't read ./../packages/rpm/mldonkey.spec.in: No such file or directory
./config.status: line 221: ../packages/rpm/mldonkey.spec: No such file or directory
mkdir: cannot create directory `../packages/rpm': No such file or directory
creating ../packages/rpm/Makefile
sed: can't read ./../packages/rpm/Makefile.in: No such file or directory
./config.status: line 221: ../packages/rpm/Makefile: No such file or directory
mkdir: cannot create directory `../packages/windows': No such file or directory
creating ../packages/windows/mlnet.nsi
sed: can't read ./../packages/windows/mlnet.nsi.in: No such file or directory
./config.status: line 221: ../packages/windows/mlnet.nsi: No such file or directory
creating config.h
config.h is unchanged
cp: cannot stat `../src/utils/lib/autoconf.ml.new': No such file or directory
cp: cannot stat `../src/utils/lib/gAutoconf.ml.new': No such file or directory
Building dependencies
Building dependencies fails: try: 'make depend' or 'gmake depend'
The following modules will not be compiled: { donkey audio_galaxy(obsolete) open_napster direct_connect gnutella gnutella2 bittorrent fileTP soulseek openFT(obsolete) FastTrack(devel) donkey_server donkey_client mldonkey_gui$(EXE) mldonkey_gui2$(EXE) mlchat$(EXE) } |
|