Re: [Plplot-devel] OS-X/java

2007-11-16 Thread Andrew Ross
On Thu, Nov 15, 2007 at 08:22:33PM -0500, Hazen Babcock wrote: > > libplplotd gets the .dylib extension. Python does not, nor do any of > the drivers (all .so) but only Java complains. It appears that > somewhere between 5.7.0 and 5.7.1 something was changed so that java > would only use plp

Re: [Plplot-devel] OS-X/java

2007-11-15 Thread Hazen Babcock
On Nov 15, 2007, at 3:43 AM, Andrew Ross wrote: > On Tue, Nov 13, 2007 at 09:43:33PM -0500, Hazen Babcock wrote: >> >> Hello, >> >> On OS-X the java tests are failing because java is having trouble >> finding plplot.core.config.libname. This is because it is looking >> for: >> /usr/local/lib/jn

Re: [Plplot-devel] OS-X/java

2007-11-15 Thread Andrew Ross
On Tue, Nov 13, 2007 at 09:43:33PM -0500, Hazen Babcock wrote: > > Hello, > > On OS-X the java tests are failing because java is having trouble > finding plplot.core.config.libname. This is because it is looking for: > /usr/local/lib/jni/plplotjavac_wrap.dylib > > but the library is actually c

[Plplot-devel] OS-X/java

2007-11-13 Thread Hazen Babcock
Hello, On OS-X the java tests are failing because java is having trouble finding plplot.core.config.libname. This is because it is looking for: /usr/local/lib/jni/plplotjavac_wrap.dylib but the library is actually called: /usr/local/lib/jni/plplotjavac_wrap.so I'm not sure which is right, tho