Hi,
I'm almost 2 hours into the 'make bootstrap' stage and I get a very long list of '.o' files, followed by three error messages. Here's how it finishes:
java/awt/peer/.libs/MenuBarPeer.o java/awt/peer/.libs/MenuComponentPeer.o java/awt/peer/.libs/MenuItemPeer.o java/awt/peer/.libs/MenuPeer.o
make[3]: *** [libgcj.la] Error 137
make[3]: Leaving directory `/home/rob/downloads/gcc-build/i586-mandrake-linux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rob/downloads/gcc-build/i586-mandrake-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/home/rob/downloads/gcc-build'
make: *** [bootstrap] Error 2
I don't even program in java, so I'm quite amenable to simply not enabling java in the configuration options, and starting over again from the beginning. But if the problem can easily be overcome then I would prefer to keep the *whole* of gcc up to date.
I'm using the same configuration operations as reported by my current 'gcc -v' (which came with MDK-9.1 installation disks), namely:
--prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Where to now ?
Cheers, Rob