I have linking problems when I execute some code that links to different shared libraries. The fact is that I haven't them if I use the console, but only if I execute it within the Qt creator IDE.
Do you guys know if there a kind of console where I can use nm readelf and stuff like that with the QT build / runtime environment?
Alternatively, how would you debug such problem?
Specifically, the error I get is something like:
symbol lookup error: blabla undefined symbol: blabla
[EDIT] Suggested question is different in respect to what I'm asking. I'm specifically speaking about the qt creator environment, not linking errors in general. Specifically, it's about how to debug linking errors in qt creator when using the console everything seems ok.