
Hi Volodya, Thanks for the suggestions. I still wouldn't able to build the debug version under vs9's commandline prompt. It turns out that the "--" is required otherwise bjam says it didn't recognize the keywords. I use bjam --prefix=c:\boost install --build-dir=c:\boost --variant=debug --toolset=msvc --threading=multi --link=static to build and I check the sub-directories, there is no "*-gd*" has been built. Any further suggestion? Thank you. john Vladimir Prus wrote:
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
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost