This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: statically linking with gij.o
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java at gcc dot gnu dot org
- Date: 28 Apr 2004 16:58:19 -0600
- Subject: Re: statically linking with gij.o
- References: <409017DF.6070409@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "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