$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-04-09 09:59:48
Hi.
> Digging through the bjam docs and playing try/error I found that
> bjam link=static --toolset=msvc-8.0 stage
>
> solves this issue.
See type bjam --help in the boost folder and read up on the
--build-type option.
My guess is that the following is what you want:
bjam --build-type=complete toolset=msvc-8.0 stage
Hope this helps.
Best regards,
Jurko GospodnetiÄ