This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bootstrap failure on sparc-sun-solaris2.7
- From: mike stump <mrs at windriver dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 4 Mar 2002 18:25:04 -0800 (PST)
- Subject: bootstrap failure on sparc-sun-solaris2.7
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