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: jni and static libgcj and friends?


Jeff Sturm wrote:

>On Tue, 26 Feb 2002, Jeff Sturm wrote:
>
>>In theory you could build libgcj with -prefer-pic and get what you want...
>>I tried this and it didn't seem to work.
>>
>
>My apologies... -prefer-pic *does* work.  It's just that it still builds
>each object twice :(
>

I use "--disable-static" on my Powerbook to speed up the libgcj build 
(and stop it making a ~100MB libgcj.a) and it works (maybe I had to hack 
something slightly though). I still get the feeling the build is 
spending more time in libtool than in gcj, though!

regards

Bryce.



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