$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-10-17 07:52:43
Christophe Meessen wrote:
> Hello,
> 
> I have a little inconvenient problem when trying to build and install 
> boost on windows using vc71.
> 
> I used the command command line >bjam "-sTOOLS=vc7"
Should be
        bjam "-sTOOLS=vc7.1"
> Everything compiles nicely without errors or warnings. Excellent.
> 
> But I endup with libraries  in different directories. I have to add by 
> hand by using the IDE option.. menu all the directories.
> Is there a step or target that I could use to install all the libraries 
> in some specific directory ? 
We're working on it.
Sorry we don't have an answer for you yet,
Dave