statically linking with gij.o
Tom Tromey
tromey@redhat.com
Wed Apr 28 23:09:00 GMT 2004
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> For static linking it's a little harder. We could do:
Per> gcj -o foo gij.o foo.o bar.java baz.jar ...
Per> However, gij.o does not get installed, and it's not clear how to do so
Per> cleanly.
Couldn't we make a `libgij' that the user can optionally link in?
ISTR that the old `-ll' lex library had a main() in it.
Still on the to-do list is pushing some of the gij command-line
functionality into the invocation API, and also adding whatever
options from `java' we're still missing.
Tom
More information about the Java
mailing list