Hi

I have built boost dynamic libraries using "clang" compiler and everything works fine.
But, for my project need, I need to add "version information" and other stuff, which are added when "libtool" is used for linking.
I need this particularly for "dynamic libraries".

I read and searched Boost.build documentation and couldn't find any relevant answer.

I tried a few options like adding config like "<archiver>/usr/bin/libtool" etc and none of those worked.

Help in this regard is highly appreciated.

regards
Saran