$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tan, Tom (Shanghai) (TTan_at_[hidden])
Date: 2008-03-31 06:04:01
Tan, Tom (Shanghai) wrote:
> Hello,
>
> I have both VC8 and VC 9 installed on my machine. It's quite smooth to
> build with vc9. However even if I started from VC8 command line prompt
> and it seems to build with vc9 still, even if I use this command: "
bjam
> -toolset=msvc-8.0 install".
> Is the above an accurate command? The "-toolset=msvc-8.0" has either
one
> dash too much or one dash too few from any working one.
> - Volodya
I did use "bjam --toolset=msvc-8.0 install" actually, sorry for the
typo.
However, it seems OK now after I changed to "bjam --toolset=msvc-8.0
--build-type=complete install"