$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] What is wrong building a debug build of boost?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-02-11 12:34:05
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