$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Cristian Adam (cristian.adam_at_[hidden])
Date: 2008-03-31 01:33:35
Jared McIntyre wrote:
> Has something changed in the way you build libraries? I'm building
> using the following command:
>
> bjam --build-dir=builddir --toolset=msvc-8.0 stage
>
You need to pass --build-type=complete like:
bjam --build-dir=builddir --build-type-complete --toolset=msvc-8.0 stage
Regards,
Cristi.