$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-06-18 06:33:23
> But trying to run the Serialization tests today I notice it detecting
> the vc-7_1 toolset:
It's up to you to tell bjam which toolset to use, it doesn't "detect"
anything. So either you added -sTOOLS=vc-7_1 to the bjam command line, or
the TOOLS environment variable is set.
John.