I'm compiling a .so
under Ubuntu using the Anjuta IDE. Even though it compiles fine, when I load the .so
, it throws that error:
/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15' not found
I found that running the command:
strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
would print the version you have installed, but it gives me the error: strings: '/usr/lib/libstdc++.so.6': No such file
Any of you guys have any idea on how to fix this?