This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcj internal error while compiling libgcj-2.95


Hi,

I previously encountered a problem compiling libgcj-2.95 on an Intel Solaris
box using gcc-2.95. Anthony Green (green@cygnus.com) responded very quickly
and mentioned that there was a problem related to -g on Intel Solaris boxes,
so I tried with -g0 and the compile progressed much further.

Unfortunately, the gcj compiler has just crashed. Here is the relevant info:

gmake[2]: Entering directory `/usr/local/src/libgcj-2.95/objdir/i386-pc-solaris2.7/libjava'
CLASSPATH=/usr/local/src/libgcj-2.95/objdir/i386-pc-solaris2.7/libjava \
	/bin/sh ./libtool --mode=compile gcj -fassume-compiled  -c -o \
	java/net/MulticastSocket.lo \
	../../../libjava/java/net/MulticastSocket.java
rm -f java/net/.libs/MulticastSocket.lo
gcj -fassume-compiled -c  -fPIC -DPIC \
	../../../libjava/java/net/MulticastSocket.java -o \
	java/net/.libs/MulticastSocket.lo
../../../libjava/java/net/MulticastSocket.java:118: Internal compiler error
in `dwarfout_finish', at dwarfout.c:6098
Please submit a full bug report.
See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.
gmake[2]: *** [java/net/MulticastSocket.lo] Error 1
gmake[2]: Leaving directory `/usr/local/src/libgcj-2.95/objdir/i386-pc-solaris2.7/libjava'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/src/libgcj-2.95/objdir/i386-pc-solaris2.7/libjava'
gmake: *** [all-target-libjava] Error 2


Again, please let me know if I can help.

Regards,
Julian
-- 
Julian Thompson (jrt@miel.demon.co.uk)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]