"Pep" <[EMAIL PROTECTED]> writes: > undefined reference to `std::locale::id::id()
You have some code that was compiled with g++ 3.3.6, that you didn't recompile, and are trying to link in. Code compiled with different versions of g++ is generally not link-compatible. > Can anyone tell me why and what the solution is? Recompile *everything* with the new compiler. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus