
17 Jan
2005
17 Jan
'05
1:36 a.m.
John Maddock:
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.
Thank you very much!! I made it!!