This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bootstrap of egcs-19990221 fails on sparc-sun-solaris2.5.1
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: bootstrap of egcs-19990221 fails on sparc-sun-solaris2.5.1
- From: Matthias Mueller <matthias at ica1 dot uni-stuttgart dot de>
- Date: Mon, 22 Feb 1999 23:24:55 +0100 (MET)
Hi,
I just wanted to inform you that bootstrapping of egcs-19990221 fails
on sparc-sun-solaris2.5.1
I just did a
configure --prefix=/local/gcs-19990221
make bootstrap
Last lines of make output are:
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
echo "Bootstrap comparison failure!"; \
cat .bad_compare; \
exit 1; \
else \
case "compare" in \
*-lean ) rm -rf stage$stage ;; \
*) ;; \
esac; true; \
fi
Bootstrap comparison failure!
toplev.o differs
make[1]: *** [compare] Error 1
make[1]: Leaving directory `/data/video/matthias/src/objdir/gcc'
make: *** [bootstrap] Error 2