gcj --version gcj (GCC) 4.0.0 20050320 (Red Hat 4.0.0-0.35) I am compiling eclipse I20050315-1100 using gcj. the command line I am using per jar file is:
gcj -O2 -shared -fPIC -findirect-dispatch -fjni -Wl,-Bsymbolic -o ${JAR_FILE}.so ${JAR_FILE} I get this error when compiling jfacetext.jar: Compiling ./plugins/org.eclipse.jface.text_3.1.0/jfacetext.jar to native org/eclipse/jface/text/source/projection/ProjectionViewer.java: In class 'org.eclipse.jface.text.source.projection.ProjectionViewer': org/eclipse/jface/text/source/projection/ProjectionViewer.java: In method 'org.eclipse.jface.text.source.projection.ProjectionViewer.widgetSelection2ModelSelection(org.eclipse.swt.graphics.Point)': org/eclipse/jface/text/source/projection/ProjectionViewer.java:0: internal compiler error: in remove_unreachable_regions, at except.c:694 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. error: could not update eclipse.db: java.lang.IllegalArgumentException: ./plugins/org.eclipse.jface.text_3.1.0/jfacetext.jar.so is not a file -- Summary: internal compiler error: in remove_unreachable_regions, at except.c:694 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vektor at dumbterm dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org,overholt at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20591