STL link errors - Please Help !!!
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.
Re: STL link errors - Please Help !!!
Quote:
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.