11 Feb
2009
11 Feb
'09
5:34 p.m.
AMDG Hansi wrote:
Til now I have used the following 2 commands to build the boost library:
bjam.exe --toolset=msvc --build-type=debug link=static threading=multi stage --stagedir=.
bjam.exe --toolset=msvc --build-type=release link=static threading=multi stage --stagedir=.
and it has worked with boost 1.37.
With boost 1.38 I don't get anymore the debug builds of the library. What it is wrong with this command? I use 3.1.17 of bjam.exe
Thanks for any hint!
There is no --build-type=debug option. Try just debug or variant=debug In Christ, Steven Watanabe