This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: Linking many .o files together (instead of compiling the .jarfile directly)


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


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