std::string : where is it?

Asked by Uqbar

I'd need to compile a C++ program using the std.string class.
Despite I've installed the compiler and the stlport-dev, the linker complains I don't have the std::string implementation.
Any hint?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Uqbar
Solved:
Last query:
Last reply:
Revision history for this message
Best Uqbar (uqbar) said :
#1

I was using the gcc instead of the g++.
Sorry for bothering!