Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk