
25 Aug
2008
25 Aug
'08
11:47 a.m.
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