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
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
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
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