
14 Jan
2005
14 Jan
'05
10:44 a.m.
No "libboost_regex-vc6-mt-sgd-1_32.lib"! How can I build out this file?
OK, that's a static, mutlithreading debug lib so: bjam -sBUILD="<runtime-link>static <threading>multi" -sTOOLS=msvc stage Builds it (had you built with the top level build/install proceedure it would have been built by default. John.