------- Additional Comments From mark at gcc dot gnu dot org 2005-10-01 17:40 ------- Subject: Re: New: internal compiler error, make_class_data
On Sat, 2005-10-01 at 15:33 +0000, bflat1 at gmx dot net wrote: > Class path starts here: > ./ > /usr/java/j2sdk1.4.1_03/jre/lib/rt.jar/ (zip) > /usr/share/java/libgcj-4.0.2.jar/ (system) (zip) > java/lang/String.java:18: internal compiler error: in make_class_data, at > java/class.c:1760 gcj shouldn't crash of course, but are you sure that rt.jar on your Class path is correct? Kaffe comes with an rt.jar which contains kaffe's bootstrap classes, some other runtimes also ship with something called rt.jar. But gcj doesn't. Mixing bootstrap classes from different compilers/runtimes doesn't work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24162