upgraded gcc from 3.3 to 3.4 and having problems

P

Pep

Our code used to compile happily under g++ 3.3.6 but now that we have
upgraded the compiler to version 3.4.6 our code breaks when linking
with this error message

undefined reference to `std::locale::id::id()

Can anyone tell me why and what the solution is?

I have been ploughing through the g++ 3.4.6 release notes to correct
template problems and now do not know where to look having come across
this problem :(

TIA,
Pep.
 
V

Victor Bazarov

Pep said:
Our code used to compile happily under g++ 3.3.6 but now that we have
upgraded the compiler to version 3.4.6 our code breaks when linking
with this error message

[..]

Did you know that there is the 'gnu.g++.help' newsgroup dedicated to
discussions on g++?

Did you know they have been in versions past 4 for quite a while?

Did you know that there are discussion forums on GNU GCC project site?

V
 
P

Pep

Victor said:
Pep said:
Our code used to compile happily under g++ 3.3.6 but now that we have
upgraded the compiler to version 3.4.6 our code breaks when linking
with this error message

[..]

Did you know that there is the 'gnu.g++.help' newsgroup dedicated to
discussions on g++?

Did you know they have been in versions past 4 for quite a while?

Did you know that there are discussion forums on GNU GCC project site?

V

Yes I did to all of those and thanks for reminding me to post in the
correct ng which I shall now do :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top