On my fresh gnu/linux distro, I get with LD_DEBUG=versions:
/opt/x86/lib/libLLVMDemangle.so.6: error: symbol lookup error: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7replaceEjjPKcj (fatal)
Only way to fix this, add my 32 bits libstdc++ to LD_PRELOAD environment variable.
Please enforce libstdc++ static linking in next SDK for games and others.
On my fresh gnu/linux distro, I get with LD_DEBUG=versions:
/opt/x86/lib/libLLVMDemangle.so.6: error: symbol lookup error: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7replaceEjjPKcj (fatal)
Only way to fix this, add my 32 bits libstdc++ to LD_PRELOAD environment variable.
Please enforce libstdc++ static linking in next SDK for games and others.