I compile a c++ program by g++5.4, which links a library compiled by g++4.8. I have set -D_GLIBCXX_USE_CXX11_ABI=0 and the program compiled successfully. However i got Segmentation fault when running the program. So I wonder if there is any way to address this issue?
↧