Gabriel Zachmann wrote:
> Could some kind soul explain to me, why the following dylib is not  
> found, when i try to run the opensg tutorial?
> 
> OpenSG-1.8/Tutorials% ./01hello
> dyld: Library not loaded: libOSGWindowGLUT.dylib
>    Referenced from: /Users/zach/Code/OpenSG-1.8/Tutorials/./01hello
>    Reason: image not found
> Trace/BPT trap
> OpenSG-1.8/Tutorials% echo $DYLD_LIBRARY_PATH
> .:/usr/local/lib/opt
> OpenSG-1.8/Tutorials% ls /usr/local/lib/opt
> libOSGBase.dylib*         libOSGWindowCarbon.dylib*  
> libOSGWindowCoreGL.dylib*
> libOSGSystem.dylib*       libOSGWindowCocoa.dylib*   
> libOSGWindowGLUT.dylib*
> 
> 
> When i compiled the libs under Mac OS X, everything seemed to go  
> fine; dito when i compiled the tutorials.
> 
> Any ideas?

Is DYLD_LIBRARY_PATH set as an environment variable? That is, does it appear
in the output when running the env command?

 -Patrick


-- 
Patrick L. Hartling
VP Engineering, Infiscape Corp.
http://www.infiscape.com/

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to