Major A writes: > > Were plib and simgear both rebuilt with gcc-3.2 as well? > > plib wasn't, because it's the one from Debian I'm trying to use.
As you've probably figured out, that's the problem. The C++ name-munging format changed with the G++ 3.* series, so if you're building with 3.2, *every* C++ library must have been built with 3.* as well (C libraries built with 2.95 are OK). Metakit, plib, and SimGear are all C++ libraries, so you must rebuild all from source. All the best, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ _______________________________________________ Flightgear-users mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-users
