bootstrap failure on sparc-sun-solaris2.7
mike stump
mrs@windriver.com
Mon Mar 4 18:25:00 GMT 2002
Bootstrap failure on sparc-sun-solaris2.7 on Feb 28th... Could
someone investigate this and fix it. :-( It is a new bug. Use make
3.79.1 (or later). You are missing a dependency in a makefile I
suspect. Logically, something isomorphic to:
a: b c
and what you are missing is:
c: b
You assume it, and that assumption works in some cases (-j1), but not
in others (-j5). It was also working on at least boehm-gc, libiberty
and zlib while configuring libjava.
/kankakee1/tmp/mrs/net/gcc/libjava/configure: test: argument expected
make[1]: *** [configure-target-libjava] Error 1
:-(
#!/usr/local/gnu/bin/bash
if [ -f Makefile ]; then nice make -k realclean; fi
( cd $HOME/net/gcc &&
$HOME/net/gcc/contrib/gcc_update -A -d; )
ld=/usr/ccs/bin/ld
if [ ! -f Makefile ]; then
LD=$ld ../gcc/configure --prefix=$HOME/packages/gcc-`date "+%Y%m%d"`
fi
nice make -j5 LD=$ld LD_FOR_TARGET=$ld bootstrap
More information about the Gcc
mailing list