This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: jni and static libgcj and friends? (Finally success!)
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Martin Kahlert <martin dot kahlert at infineon dot com>
- Cc: Alexandre Oliva <aoliva at redhat dot com>, java at gcc dot gnu dot org
- Date: Fri, 8 Mar 2002 13:57:27 -0500 (EST)
- Subject: Re: jni and static libgcj and friends? (Finally success!)
On Fri, 8 Mar 2002, Martin Kahlert wrote:
> To make that all work was a bit more effort than i thought.
> It is *not* enough to add -prefer-pic to the --mode=compile commands
> in libjava but in all needed packages (boehm-gc, zlib, libffi...).
Umm... right. Those three should be sufficient, actually.
> In order to make my application work correctly on Solaris i used the appended patch.
That should now be fixed on the 3.1 branch. (It turns out that earlier
patch wasn't sufficient for 64-bit support.)
Jeff