I'm new to compiling libraries .so
under Ubuntu. I have the source, .cpp
file. I installed the build-essentials package finely, and I'm using the Anjuta IDE to compile the source code. I have the Makefile and everything is good.
Now although it compiles without error, when I load it, I get the error:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found`
What does this mean and how can I fix it?
Edit: Any more tips?
Edit2: I really need help guys.