I am trying to build debian packages for flightgear 1.0.0. I have successfully built and installed simgear binary package, simgear dev package and the fgfs-data package. But i get the following error when trying to build flightgear.
g++ -L/usr/X11R6/lib -L/usr/local/lib -o test-up test-up.o -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lplibsg -lplibul -lz -ldl -lm -ljpeg /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libsgmisc.so: undefined reference to `SGPropertyNode::getDoubleValue() const' /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libsgmisc.so: undefined reference to `SGPropertyNode::setDoubleValue(double)' /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libsgmath.so: undefined reference to `SGPropertyNode::getChildren(char const*) const' /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libsgmath.so: undefined reference to `SGPropertyNode::getDoubleValue(char const*, double) const' collect2: ld returned 1 exit status make[2]: *** [test-up] Error 1 make[2]: Leaving directory `/media/ext_drive/devel/build/FlightGear-1.0.0/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/media/ext_drive/devel/build/FlightGear-1.0.0' make: *** [build-stamp] Error 2 How do i solve this? -- Cheers! kitts ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

