Hello all,

I downloaded the cvs source tree for the first time
yesterday and all the compiling went okay, but it
won't link.  Here is the output:

[EMAIL PROTECTED] Main]$ make
g++ -DPKGLIBDIR=\"/usr/local/lib/FlightGear\" -g -O2 
-L/usr/X11R6/lib -o fgfs  
main.o fg_commands.o fg_init.o fg_io.o fg_props.o
fgfs.o globals.o logger.o opti
ons.o splash.o util.o viewer.o viewmgr.o location.o
../../src/Aircraft/libAircra
ft.a ../../src/ATC/libATC.a
../../src/Autopilot/libAutopilot.a ../../src/Cockpit
/libCockpit.a ../../src/Cockpit/built_in/libBuilt_in.a
../../src/Controls/libCon
trols.a ../../src/FDM/libFlight.a
../../src/FDM/Balloon/libBalloon.a ../../src/F
DM/ExternalNet/libExternalNet.a
../../src/FDM/ExternalPipe/libExternalPipe.a ../
../src/FDM/JSBSim/libJSBSim.a
../../src/FDM/YASim/libYASim.a ../../src/FDM/JSBSi
m/filtersjb/libfiltersjb.a
../../src/FDM/LaRCsim/libLaRCsim.a ../../src/FDM/UIUC
Model/libUIUCModel.a ../../src/GUI/libGUI.a
../../src/Input/libInput.a ../../src
/Instrumentation/libInstrumentation.a
../../src/Model/libModel.a ../../src/Netwo
rk/libNetwork.a ../../src/Navaids/libNavaids.a
../../src/Scenery/libScenery.a ..
/../src/Scripting/libScripting.a
../../src/Sound/libSound.a ../../src/Airports/l
ibAirports.a ../../src/MultiPlayer/libMultiPlayer.a 
../../src/Objects/libObject
s.a ../../src/Systems/libSystems.a
../../src/Time/libTime.a ../../src/Environmen
t/libEnvironment.a -lsgroute -lsgsky -lsgephem
-lsgtiming -lsgio -lsgscreen -lsg
math -lsgbucket -lsgdebug -lsgmagvar -lsgmisc -lsgxml
-lsgserial  -lplibpu -lpli
bfnt -lplibjs -lplibnet -lplibssg -lplibsg -lplibul
-lplibpsl -lmk4 -lz -lglut -
lGLU -lGL -lXmu -lXt -lSM -lICE -lXi -lXext -lX11
-lpthread -lm  -lplibsl -lplib
sm -lm 
main.o: In function `trRenderFrame()':
/home/john/myfiles/FlightGear/src/Main/../../src/Scenery/scenery.hxx:323:
undefined reference to `ssgCullAndDraw(ssgRoot*)'
/home/john/myfiles/FlightGear/src/Main/../../src/Scenery/scenery.hxx:323:
undefined reference to `ssgCullAndDraw(ssgRoot*)'
/home/john/myfiles/FlightGear/src/Main/../../src/Scenery/scenery.hxx:323:
undefined reference to `ssgCullAndDraw(ssgRoot*)'
main.o: In function `fgRenderFrame()':
/home/john/myfiles/FlightGear/src/Main/../../src/Scenery/scenery.hxx:323:
undefined reference to `ssgCullAndDraw(ssgRoot*)'
/home/john/myfiles/FlightGear/src/Main/../../src/Scenery/scenery.hxx:323:
undefined reference to `ssgCullAndDraw(ssgRoot*)'
main.o:/home/john/myfiles/FlightGear/src/Main/../../src/Scenery/scenery.hxx:323:
more undefined references to
`ssgCullAndDraw(ssgRoot*)' follow
collect2: ld returned 1 exit status
make: *** [fgfs] Error 1
[EMAIL PROTECTED] Main]$ 

------------------------------------
I"m using the current cvs versions of plib and
SimGear, which compiled and installed without a
problem.  Do I need to update something else?

Thanks very much,

John Gallas

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to