This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Static executables
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrzej Bialecki <ab at getopt dot org>
- Cc: java at gcc dot gnu dot org
- Date: 01 Feb 2006 18:28:55 -0700
- Subject: Re: Static executables
- References: <43DD1BA1.9070803@getopt.org> <m3oe1tk0jb.fsf@localhost.localdomain> <43DE834C.4040405@avtrex.com> <43DF5005.5060900@getopt.org> <17375.20952.786599.229180@zapata.pink> <43DF5C2D.6010008@getopt.org> <17375.26876.194813.823919@zapata.pink> <m34q3kgs3b.fsf@localhost.localdomain> <43DFC27F.1000606@getopt.org>
- Reply-to: tromey at redhat dot com
>>>>> "Andrzej" == Andrzej Bialecki <ab@getopt.org> writes:
>> Essentially the problem is that JNI methods are looked up by name.
>> libltdl provides a way to preload libraries for systems without
>> dynamic loading, making the name->function mapping available.
Andrzej> I'm willing to try it out, if someone could spell the command
Andrzej> line for me...
Hmm, maybe prelinking is gone. I don't see a mention in the current
libtool manual.
I would try the RegisterNatives approach.
Tom