Jon Berndt wrote: > Still can't get through the build process with Flightgear. SimGear built, > and I do have the library in question (libsgmath.a) in /usr/local/lib), but > I still get this: > > Making all in tests > make[1]: Entering directory `/home/Jon/src/FlightGear/tests' > g++ -o test-up.exe test-up.o -lsgmath -lsgdebug -lplibsg -lplibul > /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: > cannot find -lsgmath > collect2: ld returned 1 exit status
Do you tried to run fg configure like this : # LDFLAGS=-L/usr/local/lib ./configure ? It seems that your library path does not include /usr/local/lib for the moment. -Fred _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
