Hi,

I am trying to dynamically link the c++ application and facing issue where MUSL gives following print -

Error relocating /lib/libstdc++.so.6: _Unwind_Resume_or_Rethrow: symbol not found
Error relocating /lib/libstdc++.so.6: _Unwind_GetLanguageSpecificData: symbol not found

Its coming from do_relocs function. I can see the c libraries are not having any issues so wondering what could be going wrong ?  

Thanks,
NJ