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] | |
Actually, there was an error in my ant script, and the -v option helped me fixing it.Please post the command you used to build your test case. Use the "-v" argument so we can see what gcj is doing.
ld scans from left to right, picking up classes as it goes. If you
want your class to be used, mention it first.
Thanks for the hint, Olivier Parisy.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |