<div dir="auto">Hello,</div><div dir="auto"><br></div><div dir="auto">I have been struggling with building a shared libc++ that is linked to static version of the unwinder and c++abi on Linux. Is there a magic cmake invocation I am missing? This is the current runtime configuration I set: <a href="https://gist.github.com/tru/dbb3f39d792e624ddcc7acb872f0688d">https://gist.github.com/tru/dbb3f39d792e624ddcc7acb872f0688d</a></div><div dir="auto"><br></div><div dir="auto">This ends up with a static and shared libc++ where the static lib with `-static-libstdc++` to clang makes the binary link and work. But if I remove the static flag it won't link missing symbols that should be available in c++abi: <a href="https://gist.github.com/tru/90732628297cc9c05928eacb4ca9982f">https://gist.github.com/tru/90732628297cc9c05928eacb4ca9982f</a></div><div dir="auto"><br></div><div dir="auto">So I am guessing the static libraries won't be linked into the shared libc++? Is this not a supported configuration? Or am I missing some flag? I tried to read the cmake - but it gets complicated quickly.</div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Tobias</div><div dir="auto"><br></div>