On Friday, 28 June 2013 at 01:39:49 UTC, Adam D. Ruppe wrote:
On Friday, 28 June 2013 at 01:12:11 UTC, Milvakili wrote:
relocation error: "some path": symbol _ZNSsC1EPKcRKSaIcE, version GLIBCXX_3.4 not defined in file libstdc++.so.6 with link time reference

did you compile the C++ and run the program on the same computer? This is complaining that it couldn't find the specific version of std::basic_string it was looking for in the c++ standard lib.

Yes everything is on same computer and the library.

Reply via email to