
31 Mar
2008
31 Mar
'08
5:33 a.m.
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.