Click to See Complete Forum and Search --> : STL link errors - Please Help !!!


itzikel
July 10th, 2002, 10:19 AM
Hi.

I'm trying to convert my code from windows version to Linux version.
I don't have compilation error, but I still have a link errors I can't understand.
The link error is "undefine symble" on some STL . I have an std::string in my code, and I know that there is a problem with it's symbol name, how can I solve the problem, have anyone an idea?

Thanks.

Igor Soukhov
July 10th, 2002, 01:41 PM
Originally posted by itzikel
Hi.
I don't have compilation error, but I still have a link errors I can't understand.
The link error is "undefine symble" on some STL . I have an std::string in my code, and I know that there is a problem with it's symbol name, how can I solve the problem, have anyone an idea?
Thanks.

Please be more explanative - post the link errors you got, may be it would be usefull to solve the problem.