Hi all,
Building FG-1.0.0 with gcc (4 or 3) on Solaris, i get at the calc_loc (src/Airports) link following : Symbole première référence non défini dans le fichier geo_direct_wgs_84(double, double, double, double, double*, double*, double*)calc_loc.o geo_inverse_wgs_84(double, double, double, double, double*, double*, double*)calc_loc.o ld: fatal : Erreurs dans le référencement des symboles. Aucun résultat n'a été écrit dans calc_loc That means any issue with the from calc_loc relevant lines : // calculate runway threshold point double thresh_lat, thresh_lon, return_az; geo_direct_wgs_84 ( 0.0, rwy_lat, rwy_lon, rwy_hdg, rwy_len / 2.0, &thresh_lat, &thresh_lon, &return_az ); cout << "Threshold = " << thresh_lat << "," << thresh_lon << endl; (as example, for the first of the two functions). Both appears in my calc_loc.o like this : [34] | 0| 0|NOTY |GLOB |0 |UNDEF |_Z17geo_direct_wgs_84ddddPdS_S_ [46] | 0| 0|NOTY |GLOB |0 |UNDEF |_Z18geo_inverse_wgs_84ddddPdS_S_ Of course, my (simgear-1.0.0) libsgmath.so is saw as well for the link. Any idea about what i can try to solve that ? Cheers, Sergio ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Flightgear-users mailing list Flightgear-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-users