libgcj build bug

Anthony Green green@cygnus.com
Mon Aug 2 12:00:00 GMT 1999


Richard Emberson <emberson@netintouch.com> writes:

> In file included from ../../../libgcj/libjava/include/cni.h:17,
>                  from ../../../libgcj/libjava/prims.cc:20:
> ./../../libgcj/libjava/java/lang/Class.h: In method `jboolean
> java::lang::Class::isArray()':
> ./../../libgcj/libjava/java/lang/Class.h:117: Internal compiler error
> in `fundamental_type_code', at dwarfout.c:1416
> Please submit a full bug report.
> See <URL: http://egcs.cygnus.com/faq.html#bugreport > for instructions.

This is a known problem with GCC on x86 solaris.  Try finishing up
with -g0 instead of -g.

There's a configure test in libgcj that is supposed to determine if
the bug exists and switch to -g0.  I wonder why it isn't working.  Do
you see the result for the configure test "for g++ -g jboolean bug"?

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California


More information about the Java mailing list