[Bug middle-end/12548] [3.4 Regression] [non-weak] gcj now failes to compile included example
oyvind dot harboe at zylin dot com
gcc-bugzilla@gcc.gnu.org
Wed Nov 19 14:24:00 GMT 2003
------- Additional Comments From oyvind dot harboe at zylin dot com 2003-11-19 14:24 -------
Ah!
The problem seems to be files in the jar which start with "."
C:\Temp\foo>\wingcc\bin\gcj -o xxx.o -fjni -c test.jar
c:\temp/cceAaaaa.s: Assembler messages:
c:\temp/cceAaaaa.s:235: Error: symbol `__GLOBAL__I__ZN3FooC1EiPN4java4lang6Strin
gE' is already defined
C:\Temp\foo>zip -d test.jar .*
deleting: .classpath
deleting: .project
C:\Temp\foo>\wingcc\bin\gcj -o xxx.o -fjni -c test.jar
C:\Temp\foo>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12548
More information about the Gcc-bugs
mailing list