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]

Re: statically linking with gij.o


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]