Re: [PATCH] Fix preponderance of warnings in libjava from boehm-gc

2004-12-09 Thread Bryce McKinlay
On 9-Dec-04, at 9:51 AM, Kelley Cook wrote: Third iteration at fixing the duplicate PACKAGE warnings from boehm-gc should be the charm. The change from the second iteration is that this time I grab all the GC_*_THREADS definitions too. Tom, My first iteration did as you recently suggested and c

Re: building proper .so file for JNI

2001-02-23 Thread Bryce McKinlay
Tom Tromey wrote: > Eric> I have set the LD_LIBRARY_PATH variable (although I don't think > Eric> that matters with the "System.load" command, does it?). > > Yes, it does. It shouldn't. System.load() opens a library with an explicit pathname, so LD_LIBRARY_PATH doesn't matter. regards [ bryc