I got an error at the following line when solding a so that requires libstdc++.so.6
|
CHECK(soname.empty() && version.empty()) << " excess soname or version information is given."; |
the failing soname and version are libstdc++.so.6 and GLIBCXX_3.4.11, respectively
I got an error at the following line when solding a so that requires libstdc++.so.6
sold/version_builder.cc
Line 28 in 6f0d686
the failing soname and version are
libstdc++.so.6andGLIBCXX_3.4.11, respectively