$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jan Stetka (janpstetka_at_[hidden])
Date: 2006-06-08 13:59:04
Hemal Patel wrote:
>>I wonder, if I'm not executing bjam from right location, I use BOOST
>>ROOT DIRECTORY to execute bjam for complete installation.
I find it doesn't matter what directory you execute bjam from it works.
That is it is built once and i copy the bjam executable between projects
i want to build. That is with vc7.1
>>I tried the one you have suggested, and I get message like ,
>>vc80-tools.jam : NO such file or directory.
It looks like the 'bjam "-sTOOLS=vc8" you were using was the correct
name for the toolset.
Thanks