Linking many .o files together (instead of compiling the .jar file directly)

Jeff Sturm jsturm@one-point.com
Sat Oct 18 21:39:00 GMT 2003


On Sat, 18 Oct 2003, Rutger Ovidius wrote:
> Is there a way I can combine them to one big .o file representing what would
> have been compiled if the .jar file compilation had been successful?

Use "ld -r".

> C:\DOCUME~1\v\LOCALS~1\Temp/cc0Maaaa.s: Assembler messages:
> C:\DOCUME~1\v\LOCALS~1\Temp/cc0Maaaa.s:94227: Error: symbol
> `__GLOBAL__I__ZN3org7eclipse4core8internal4boot16URLConte
> ntFilter6class$E' is already defined

I noticed this too.  Would you mind entering a PR?

Jeff



More information about the Java mailing list