There's something i'm confused about.

Erik Poupaert erik.poupaert@chello.be
Tue Mar 4 22:40:00 GMT 2003


>>>>> The "-Xlinker --start-group ... --end-group" did the trick in my case.
>>>>> ^^^^^^^^^^^^^
>>>>> Fine. Its not documented. I am using gcj 3.2.2.
>>>>> There is no information on these options in the man pages. Does this
option work for jar files?

It is documented, but in the "ld" documentation. "-Xlinker" is a way to pass
arguments on to the linker. This is the same for all compilers in the GCC
box.

All arguments that you can pass on to the linker, are documented in the "ld"
documentation. Mutatis mutandis, there is an argument that instructs GCJ to
pass options to the assembler. These are not documented in the GCJ
documentation, but in the ... Yes, right :).



More information about the Java mailing list