This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bootstrap configure failure on darwin 6.3
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: GCC <gcc at gcc dot gnu dot org>
- Date: Mon, 30 Dec 2002 09:12:19 +0100
- Subject: bootstrap configure failure on darwin 6.3
Hi,
didn't follow the list recently, so sorry if this is a repeating msg.
I configure since a long time my tree on darwin as this:
/Volumes/xufs/gccsrc/gcc/configure --prefix=/Volumes/reserved1/gcctmp
--enable-languages=c,c++,java --enable-libgcj --enable-threads=posix
--enable-shared --disable-multilib
Then I do a make CC='cc -no-cpp-precomp' bootstrap.
The last time I tried (friday I guess) it was ok.
Now I get:
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
make: *** [configure-zlib] Error 1
Any quick ideas?
Thx,
Andreas