On 3/29/2011 1:58 PM, Ed LaFave wrote:
Interestingly enough if use the following commands


Code:

export 
LD_LIBRARY_PATH=/work/MyProject/ThirdParty/Linux.x86_64.gcc/OpenSceneGraph-2.8.3/lib64/
./osgviewer /some/path/MyOpenFlightFile.flt




then I'm able to use OSG to successfully render MyOpenFlight file. Yet I get a 
segmentation fault when my application links to the OSG libraries and tries to 
programmatically load that same OpenFlight file.

That's a good data point. Sounds like a mismatch between the .lib files your app linked with and the .so files found at runtime.
   -Paul
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to