This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Bug in `gcj -fjni'
- To: Java Discuss List <java-discuss at sourceware dot cygnus dot com>
- Subject: Bug in `gcj -fjni'
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 Jan 2001 16:31:33 -0700
- Cc: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Reply-To: tromey at redhat dot com
While looking at JNI a bit today I noticed that `gcj -fjni' still
gives an error in some situations, reminiscent of the bug Alex fixed
last week or so.
`overload.java' is in libjava/testsuite/libjava.jni:
+ gcj -fjni -o x-overload --main=overload -L. -loverload overload.java
/tmp/cckNQ4Ic.s: Assembler messages:
/tmp/cckNQ4Ic.s:571: Error: Ignoring attempt to re-define symbol
/tmp/cckNQ4Ic.s:571: Error: Rest of line ignored. First ignored character is `,'.
Tom