$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ulrich Eckhardt (uli_at_[hidden])
Date: 2005-08-17 14:13:01
On Wednesday 17 August 2005 16:24, Paul A Bristow wrote:
> I:\boost_1_33_0>bjam -q -sMSVC_ROOT="C:\Program Files\Microsoft Visual
> Studio 8\
> VC" -sTOOLS=msvc --builddir=i:\temp --with=test --stagedir=i:\libs
> --without-pyt
> hon stage > i:\temp\bjam.log
[...]
> And they have the wrong name - vc6 - a compiler I thankfully discarded
> some long time ago ;-)
This one's easy: 'TOOLS=msvc' means VC6. I wonder what the compiled binary
looks like though...
> I get two versions, one labelled with Boost version, one not. Why?
Is it possible that one is static and the other isn't?
Uli