Re: [Flightgear-devel] Linker problems

2010-03-25 Thread Roland Haeder
Hi, ahh, I needed to remove all that old libs from /usr/local/lib/ and reinstalled it. After that I saw that the libs went to /usr/local/lib64/... :( I added it to ldconfig's config file, re-ran ldconfig and it finally worked. :) Thanks. Roland signature.asc Description: This is a digitally si

Re: [Flightgear-devel] Linker problems

2010-03-25 Thread Tim Moore
On Thu, Mar 25, 2010 at 9:56 PM, Roland Haeder wrote: > Hi Tim, > > It looks like your OSG libraries are out of sync with your header > > files. You might need to run ldconfig. > > > > Tim > > here is the full output of "ldconfig -v": > http://www.pastebin.org/123487 > > But it still outputs the

Re: [Flightgear-devel] Linker problems

2010-03-25 Thread Roland Haeder
Hi Tim, > It looks like your OSG libraries are out of sync with your header > files. You might need to run ldconfig. > > Tim here is the full output of "ldconfig -v": http://www.pastebin.org/123487 But it still outputs the same messages. :( Roland signature.asc Description: This is a digi

Re: [Flightgear-devel] Linker problems

2010-03-25 Thread Tim Moore
On Thu, Mar 25, 2010 at 8:58 PM, Roland Haeder wrote: > Not yet solved: > > libMain.a(main.o): In function `osg::Referenced::unref() const': > /usr/local/include/osg/Referenced:194: undefined reference to > `osg::Referenced::signalObserversAndDelete(bool, bool, bool) const' >

Re: [Flightgear-devel] Linker problems

2010-03-25 Thread Roland Haeder
Not yet solved: libMain.a(main.o): In function `osg::Referenced::unref() const': /usr/local/include/osg/Referenced:194: undefined reference to `osg::Referenced::signalObserversAndDelete(bool, bool, bool) const' And many more of them. OSG is checked out from