Hello,

from what I understand by reading that thread (title: "Re: [Boost-build] Help deciphering gcc.jam, please", in April 2004) on the Boost Developer mailing list archive, Boost libraries have sonames for dynamic libraries on Unix, but those sonames do not follow (widely accepted) naming conventions. For instance, the version number is not part of the soname.

Would it be possible to have the option, with CMake build, to use a more conventional soname, so that Linux distribution packagers (Debianers and RPM-based packagers such as me, for instance) be happy (i.e., have less extra code to write)?

Best

Denis