Linking 2 c++ libraries with D
Milvakili
maliy.kayit at gmail.com
Thu Jun 27 18:42:34 PDT 2013
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.
More information about the Digitalmars-d
mailing list