Hans Deragon wrote: > Newbie here trying to compile FlightGear 0.9.5 on FC2. Searching > the web I found that many others have suffered of the same problem > as I do, but no solution has been archived.
I'm all but certain this has been solved on the lists in the past, but here it is again: The version of plib you have installed does not match the headers against which FlightGear was compiled. Find and kill all the plib stuff on your system (/usr/lib/libplib*.a, /usr/include/plib/*, etc...), reinstall plib, and then rebuild FlightGear from scractch (i.e. remembering to do a "make clean"). > First, I do not understand why is /perm/games/src/SimGear-0.3.6 > reference in SimGear's library. This is the source directory. gcc stores the full path of a filename in the object file so that the debugger can find it at runtime. The dependency is benign, the only thing you lose by deleting the source directory is the ability to see symbols in your debug. Andy _______________________________________________ Flightgear-users mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-users 2f585eeea02e2c79d7b1d8c4963bae2d
