|
From: Charles M. <cm...@in...> - 2006-05-22 12:14:19
|
I am assuming you are using the fat egg. All the libraries built are dynamically linked. When I compiled it I had glew installed in /usr/local/lib, but otool seems to list /usr/lib when it can't find the library. Do you have your "LD_LIBRARY_PATH" variable set? Set it to "/usr/local/lib" if that is where you installed glew. - Charlie Joshua Root wrote: > The Mac build seems to have the path to libGLEW hardcoded to /usr/lib. > Virtually no one will have it installed there; it will generally be in > /usr/local/lib, /sw/lib (for fink users) or /opt/local/lib (for > DarwinPorts users). I had to make a symlink in /usr/lib to get the > glewpy demo programs to run. > > Cheers, > Josh > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Glewpy-users mailing list > Gle...@li... > https://lists.sourceforge.net/lists/listinfo/glewpy-users |