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

Re: [Flightgear-devel] Linker problems

2010-03-25 Thread Tim Moore
On Thu, Mar 25, 2010 at 8:58 PM, Roland Haeder r.hae...@gmx.de 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,

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 digitally

Re: [Flightgear-devel] Linker problems

2010-03-25 Thread Tim Moore
On Thu, Mar 25, 2010 at 9:56 PM, Roland Haeder r.hae...@gmx.de 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, 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

[Flightgear-devel] Linker problems

2010-03-09 Thread Roland Haeder
Hi all, I still have linker problems. I use the following compiler and linker: - GCC 4.4.3-3 (Debian Unstable) - GNU ld (GNU Binutils for Debian) 2.20 I still got tons of these messages: --- libMain.a(main.o): In function `osg::Referenced::unref() const':