> ../../bin/libITKIO.so.3.20.1: undefined reference to > `gdcm::SerieHelper::SetDirectory(std::__cxx11::basic_string<char, > std::char_traits<char>, std::allocator<char> > const&, bool)' > ../../bin/libITKIO.so.3.20.1: undefined reference to > `gdcm::SerieHelper::CreateUniqueSeriesIdentifier[abi:cxx11](gdcm::File*)' > ../../bin/libITKIO.so.3.20.1: undefined reference to > `gdcm::StringFilter::ToString[abi:cxx11](gdcm::Tag const&) const'
This is actually a different problem, some STL classes are provided with different ABI versions by libstdc++ and one can select which to use with the macro _GLIBCXX_USE_CXX11_ABI Defining _GLIBCXX_USE_CXX11_ABI=0 should do the trick for now. cf: https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html Cheers, Gert -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

