]> git.mxchange.org Git - flightgear.git/commit
Martin Spott:
authordurk <durk>
Tue, 17 Jul 2007 18:00:06 +0000 (18:00 +0000)
committerdurk <durk>
Tue, 17 Jul 2007 18:00:06 +0000 (18:00 +0000)
commitda77779436ca836191a4eef7bcc0e08977ab315f
treeef5071f7a306df126d76017459102ca981593126
parent953e3bbfac5344367803d4c569e96351be1e1ae8
Martin Spott:
On most Unix platforms like FreeBSD, Solaris, IRIX (AIX is even worse)
- just not on Linux - the linker wants to know about _all_ required
libraries. So even if a shared library "libosgViewer" itself is linked
against "libosgGA" and "libosgText", you still have to name these in
order to build an "fgfs" binary.

Currently, other libraries like "-losgDB" and "-losgUtil" are
explicitly mentioned on the "fgfs" linker command, but "-losgGA" and
"-losgText" are not. This simple patch lets the linker honour
everything that's required
src/Main/Makefile.am