Linking 2 c++ libraries with D

Adam D. Ruppe destructionator at gmail.com
Thu Jun 27 18:39:47 PDT 2013


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.


More information about the Digitalmars-d mailing list