1 Aug
2011
1 Aug
'11
10:56 a.m.
On Mon, 01 Aug 2011 12:44:42 +0200, Alessandro Candini
But when I try to execute my software, I obtain the following error: /home/user/myExecutable symbol lookup error: /home/user/myExecutable: undefined symbol: _ZTIN10__cxxabiv115__forced_unwindE
That symbol is probably from libstdc++ or from another gcc-specific library.
So it'is not related to Boost?
How can I solve it?
Crosscompile with target gcc/libstdc++ on host machine, or save the pain, compile on the target (or similar) machine. Theoretically you can bind libstdc++ statically, but I never seen that used, so it is probably much bigger pain ;)