Linking a multilibrary project statically to libstd++?
We’re building a project consisting of 2 shared libraries libProduct
and libHelper
. libProduct
depends on libHelper
. We are using a pretty new GCC toolchain (12) for the Linux build in order to leverage C++20 features in our codebase.