$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-08-25 07:47:20
john chen wrote:
> Dear All,
>
> I wouldn't be able to compile the debug version of boost_1.360 (cannot
> find *-gd* under boost/lib).
> I tried following bjam arguments:
>
> bjam ^
> --prefix=c:\boost install ^
> --build-dir=c:\boost ^
> --sBUILD=debug ^
Such an option does not exist, and *never* existed in this particular spelling.
> --toolset=msvc ^
> --threading=multi ^
> --link=static
You need to remove "--" in all three options above, and then add "variant=debug".
- Volodya