This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: There's something i'm confused about.
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: "Julia Smith" <julias at macrovision dot com>,<java at gcc dot gnu dot org>
- Date: Tue, 4 Mar 2003 23:38:36 +0100
- Subject: RE: There's something i'm confused about.
>>>>> 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 :).