Curt, Thanks for the suggestion - actually I figured it out just yesterday. I switched back to the non-cvs plib tgz file (v. 1.6.0) and it worked fine. And yes, I had used the same compiler for all of the code.
The function definitions in the cvs version of plib and in the 1.6.0 tarball do not match up. Compare: in plib-cvs/src/ssg: [EMAIL PROTECTED] ssg]$ grep "CullAndDraw" * Binary file libplibssg.a matches ssg.cxx:void ssgCullAndDraw ( ssgBranch *r ) ssg.h:void ssgCullAndDraw ( ssgBranch *root ) ; in plib-1.6.0/src/ssg [EMAIL PROTECTED] ssg]$ grep "CullAndDraw" * Binary file libplibssg.a matches ssg.cxx:void ssgCullAndDraw ( ssgRoot *r ) ssg.h:void ssgCullAndDraw ( ssgRoot *root ) ; I'm not experienced enough to know, maybe this is just something that my compiler should be overlooking. Take care, John > >John, > >Have you compiled plib with the same compiler as the >rest of the code? > >Curt. > > >John A. Gallas writes: >> 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 __________________________________________________ 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
