$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ô¬Ïþ»Ô (etfstudio_at_[hidden])
Date: 2005-01-16 20:36:49
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!!