Open janbraun opened 4 years ago
Same problem here. It seems that in https://github.com/imaginevision/libssp/commit/48f292114e059e7d408e0146cdb412a517a3368d the *.so file was compiled using either really old compiler or with _GLIBCXX_USE_CXX11_ABI=0
.
Can you please provide a libssp.so built with _GLIBCXX_USE_CXX11_ABI=1
When compiling with g++ 9.3.0 linking fails with:
Changing the macro definition to
#define _GLIBCXX_USE_CXX11_ABI 0
results in a successful compile and an executable that can be started.This is related to issue #1, only this time, the solution seems to be inverted.