Am Dienstag, 14. Dezember 2004 18:56 schrieb Joao Victor: > Ok, forget those doubts; i found the solution to them, but not i've > got other issues. > > Here's the thing: > > I'm able to compile with gcj+Classpath to bytecode, but i can't > compile to native. When i try to compile to native i get this: > > gnu/classpath/examples/swing/Demo.java:685: internal compiler > error: in make_class_data, at java/class.c:1609
GCJ uses its own version of GNU classpath. You don't need a separate install of it. And its not possible to use it. > Which has already happened before as you may see here: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13667 > > On that bug report, the guy said he managed to compile it with > version 3.4. I've got gcj34 installed, but when i try to use it i > get: > > gnu/classpath/examples/swing/Demo.java:1: internal compiler error: > in make_class_data, at java/class.c:1600 > > Could somebody help me please? Can you try it with gcj 4.0 (aka gcc CVS HEAD). We are currently in regression fixing mode only. We only fix bugs that worked in earlier versions and not in current ones. Perhaps it youd would be best to file a little testcase that shows your bug into http://gcc.gnu.org/bugzilla/. Michael -- Homepage: http://www.worldforge.org/ _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

