[Flightgear-devel] Solaris Compile of FG 0.7.10

2002-06-06 Thread Salman Sheikh
Hello, I almost have Flight-Gear compiled for solaris. I am down to the following error: gmake[1]: Entering directory `/folks/salman/FlightGear-0.7.10/src/Main' c++ -DPKGLIBDIR=\"/opt/sis/lib/FlightGear\" -g -O2 -L/opt/sis/lib -L/usr/local/lib -o fgfs main.o fg_commands.o fg_init.o fg_io.o f

Re: [Flightgear-devel] Solaris Compile of FG 0.7.10

2002-06-06 Thread Erik Hofman
Salman Sheikh wrote: > Hello, > > I almost have Flight-Gear compiled for solaris. > I am down to the following error: > ../../src/FDM/libFlight.a(LaRCsimIC.o): In function `LaRCsimIC::solve(double *, >double)': > /folks/salman/FlightGear-0.7.10/src/FDM/LaRCsimIC.cxx:382: undefined reference to

Re: [Flightgear-devel] Solaris Compile of FG 0.7.10

2002-06-06 Thread Erik Hofman
Salman Sheikh wrote: > ../../src/FDM/libFlight.a(LaRCsimIC.o): In function `LaRCsimIC::solve(double *, >double)': > /folks/salman/FlightGear-0.7.10/src/FDM/LaRCsimIC.cxx:382: undefined reference to >`LLC150' > collect2: ld returned 1 exit status > gmake[1]: *** [fgfs] Error 1 > gmake[1]: Leavin