mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
When creating a shared library, use the -soname option to set the DT_SONAME field to the simple name of the library. Setting the DT_SONAME field is necessary so that the shared library can be found when it is referenced by another shared library that is then referenced by an executable.