------- Comment #4 from billt at tutsys dot com 2006-10-25 16:13 ------- No luck using gcc 4.1.1 as the bootstrap compiler: I used the existing compiler to build and install just the C compiler, which worked fine. "make bootstrap" failed to build gcj using 4.1.1 as the C compiler. I then built and installed the 4.1.1 versions of C and C++, and used *those* to "make bootstrap", but still end up crashing when using "make bootstrap" build gcj (as well as the C and C++ compilers):
make[7]: Entering directory `/tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava/classpath/lib' true top_builddir=.. top_srcdir=../../../../../../libjava/classpath /bin/sh ./gen-classlist.sh standard Adding java source files from srcdir '../../../../../../libjava/classpath'. Adding java source files from VM directory /tmp/gcc-4.1.1/libjava Adding java source files from VM directory /tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava Adding generated files in builddir '..'. make -f ../../../../../../libjava/classpath/lib/Makefile.gcj \ GCJ='/tmp/gcc-4.1.1/820/gcc/gcj -B/tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava/ -B/tmp/gcc-4.1.1/820/gcc/' \ compile_classpath='..:/tmp/gcc-4.1.1/libjava:/tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava:../../../../../../libjava/classpath:../../../../../../libjava/classpath/external/w3c_dom:../../../../../../libjava/classpath/external/sax:.:' \ top_srcdir=../../../../../../libjava/classpath make[7]: *** [compile-classes] Illegal instruction make[7]: Leaving directory `/tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava/classpath/lib' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29509