one has version number attached to it and one does not.
In msvc environment where auto linking is issued boost_auto_link_nomangled would select the one without version number.
On Wed, Feb 20, 2008 at 1:45 PM, Johan Råde <
rade@maths.lth.se> wrote:
> Better not, that just wastes energy building zillion variants when
> you only need one. Instead, request the specific variant you want,
> like:
>
> bjam link=static threading=multi toolset=msvc-7.1
>
> - Volodya
I built Boost using this command.
I got libraries called
libboost_serialization-vc71-mt-1_35.lib
and
libboost_serialization-vc71-mt.lib
that seem to be identical.
Is there any difference?
If not, why are both created?
--Johan