help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with std::locale when upgrading form 3.3.6 to 3.4.6


From: Paul Pluzhnikov
Subject: Re: Problems with std::locale when upgrading form 3.3.6 to 3.4.6
Date: Fri, 29 Sep 2006 08:00:22 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"Pep" <pepaltavista@yahoo.co.uk> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]