JuergenGleiss

Results 3 comments of JuergenGleiss

ICU Version: 52.1 ABI change: the class ios_base::failure is derived from system_error, runtime_error and exception since C++11. Till C++11 ios_base::failure is direved only from exception. (http://en.cppreference.com/w/cpp/io/ios_base/failure). GCC introduced a new...

nothing special: CC=/usr/bin/gcc-7 CXX=/usr/bin/g++-7 cmake -DCMAKE_BUILD_TYPE=Release -DLIBDIR=lib64 .. I think the reason for the error is that it's alwasy linked against libstdc++.so.6.

I linked agaist the libstd++ which was shipped with the compiler. Cause of I've different versions of gcc and clang installed, the installer provieds only the libstdc++.so.6 comming with the...