$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-20 04:36:07
Daniel Wallin wrote:
> I have several versions of MSVC installed, and want to select which
> version to use in the command line. I found this:
>
> http://tinyurl.com/2f38w
I get timeout on that URL :-(
> But trying this by invoking
>
> bjam msvc-6
>
> results in:
>
> c:/boost/tools/build/v2/build\feature.jam:272: in implied-subfeature
> from module feature
> error: "6" is not a known subfeature value of <toolset>msvc
This means you have not configured version 6. Do you have something like
using msvc : 6 : ...... ;
in your user-config.jam?
- Volodya