Login  Register

Re: Problem running JOCL on Linux

Posted by Michael Bien on Jun 22, 2011; 8:51pm
URL: https://forum.jogamp.org/Problem-running-JOCL-on-Linux-tp3093748p3097424.html

  sadly yes,

there is currently a naming conflict between 32 and 64 libs so you can't
just put all libs into one single folder and run the jocl app.
i have plans to fix this but i am currently a bit swamped with other
things...

regards,
michael


On 06/22/2011 07:46 PM, Giovanni Idili [via jogamp] wrote:

>
> Thanks Michael,
>
> do you mean not only I have to swap the native libraries in
> (libgluegen-rt.so.so + libjocl.so) but I also have to repackage whatever
> java app I have with these jars?
>
> <p>gluegen-rt-natives-linux-amd64.jar</p>
> <p>jocl-natives-linux-amd64.jar</p>
>
> Sorry for the confusion!