[osg-users] so libraries - linux 64 bit

2010-07-23 Thread skip hodgson
Hi, While compiling and installing OSG source version OpenSceneGraph-2.8.3 on Linux Ubuntu 10.04 - 64 bit with kernel 2.6.32-23-generic I noticed the shared object libraries were not visible to some downstream compile/execute environments like SimGear/FlightGear. I did the install with the sugge

Re: [osg-users] so libraries - linux 64 bit

2010-07-23 Thread skip hodgson
Hi Robert, I don't think this is an issue of version numbers. NO version of osg so files was on the LD path because of the foul up in the ld.so.conf.d file that sets up the loader cache. I suspect it is put there by the make install_ld_conf command because if I run it again it trashes the loa

[osg-users] segfault on writeObject - 64 bit

2010-07-23 Thread skip hodgson
Hi, Having compiled osg vers 2.8.3 from the svn sources and subsequently compiled, linked and installed SimGear and FlightGear on a 64 bit Ubuntu Linux system the application runs fine for most options but I am puzzled about this one segfault at runtime. Start up Flight Gear /usr/local/bin/fgf

Re: [osg-users] segfault on writeObject - 64 bit

2010-07-24 Thread skip hodgson
Hi Robert, I'll give it a go. One thing is for sure, if there are any pointers dangling I didn't dangle them. ... Thank you! Cheers, skip -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=30237#30237 __