This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/12548] [3.4 Regression] [non-weak] gcj now failes to compile included example


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]