I had to make the following change in order to get the 'fgfs' binary
linked on FreeBSD. 'libosgSim' apparently references some functions
like "osgText::readFontFile" which areimplemented in 'libosgText' - so
put the latter into the linker command as well:

--- src/Main/Makefile.am~       Tue Nov  7 18:53:34 2006
+++ src/Main/Makefile.am        Tue Nov  7 18:53:34 2006
@@ -99,7 +99,7 @@
        -lsgstructure -lsgenvironment \
        -lplibpuaux -lplibpu -lplibfnt -lplibjs -lplibnet \
        -lplibsg -lplibul \
-       -losgUtil -losgDB -losgSim -losg -lOpenThreads \
+       -losgUtil -losgDB -losgSim -losgText -losg -lOpenThreads \
        $(THREAD_LIBS) \
        $(network_LIBS) \
        -lz \


Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to