$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] questions about library names built be bjam
From: Robert Ramey (ramey_at_[hidden])
Date: 2011-06-12 18:42:25
I have tree on my local machine which I use for testing.
When I use bjam to build with the msvc 7.1 compiler toolset - the library
names are things like:
boost_serialization-vc71-mt-gd-1_46.dll
But when I use bjam to build with the msvc 9.0 compiler toolset - the
library names are things like:
boost_serialization-vc90-mt-gd-1_45.dll
that is: the boost version isn't correct.
Does anyone have any idea what I might be doing wrong here? When I compile
through the IDE I don't get this issue.
Robert Ramey