Dear all,
I'm trying to build a GCC snapshot with GCJ enabled (I tried 20071109
and 20070921) but the build stops with an error (but it doesn't provide
any helpful message for me).
I tried to configure like that: ../srcdir/gcc-4.3-20070921/configure
--disable-multilib --with-arch=core2 --enable-languages=java,c,c++
--disable-werror --with-system-zlib --with-x --enable-gtk-cairo
--enable-java-awt=gtk
And build with this command: make CFLAGS='-O' LIBCFLAGS='-g -O2'
LIBCXXFLAGS='-g -O2' bootstrap
The process prints that message and quits:
make[5]: Entering directory
`/media/sda5/home/stef/build/gcc/objdir4.3/i686-pc-linux-gnu/libjava/classpath/tools'
...
Makefile:587: warning: ignoring old commands for target `grmiregistry'
Makefile:673: warning: overriding commands for target `gserialver'
Makefile:585: warning: ignoring old commands for target `gserialver'
Makefile:676: warning: overriding commands for target `gtnameserv'
Makefile:589: warning: ignoring old commands for target `gtnameserv'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/media/sda5/home/stef/build/gcc/objdir4.3/i686-pc-linux-gnu/libjava/classpath/tools'
make[4]: Leaving directory
`/media/sda5/home/stef/build/gcc/objdir4.3/i686-pc-linux-gnu/libjava/classpath/tools'
make[4]: Entering directory
`/media/sda5/home/stef/build/gcc/objdir4.3/i686-pc-linux-gnu/libjava/classpath'
true DO=all multi-do # make
make[4]: Leaving directory
`/media/sda5/home/stef/build/gcc/objdir4.3/i686-pc-linux-gnu/libjava/classpath'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/media/sda5/home/stef/build/gcc/objdir4.3/i686-pc-linux-gnu/libjava/classpath'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/media/sda5/home/stef/build/gcc/objdir4.3/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/media/sda5/home/stef/build/gcc/objdir4.3'
make: *** [bootstrap] Error 2
The system is Ubuntu Linux 7.10 (x86).
Is there something I'm doing wrong or is there a snapshot that is known
to compile?
Regards,
Stefan