Hmmm, I know that LLC155 does not exist in the flightgear code, but perhaps could exist in the sun or gcc headers ... it might be worth doing a quick grep for this symbol in all your headers, and failing that, maybe nm all your libs and see if you can find it any place. Maybe an unfortunate string of #define's is getting you on the sun platform, or some symbol is clashing with something in the sun header files?
Curt. Jerome RENARD writes: > > > Curt, > > I tried your idea. > > It does not work much better, but the message slightly changes : > > ../../src/FDM/libFlight.a(LaRCsimIC.o): In function `LaRCsimIC::solve(double *, > double)': > /cip41/utilis/essjr/FlightGear-0.7.8/src/FDM/LaRCsimIC.cxx:387: undefined > reference to `LLC155' > collect2: ld returned 1 exit status > make[2]: *** [fgfs] Error 1 > make[2]: Leaving directory `/cip41/utilis/essjr/FlightGear-0.7.8/src/Main' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/cip41/utilis/essjr/FlightGear-0.7.8/src' > make: *** [all-recursive] Error 1 > > J�r�me. > > > > _______________________________________________ > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel -- Curtis Olson Intelligent Vehicles Lab FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
