$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-02-18 04:23:30
Phelps Williams wrote:
>> During compilation of this project I receive link errors:
>> LINK : fatal error LNK1104: cannot open file
>> 'libboost_regex-vc90-mt-gd-1 _35.lib'
You'll need to build with bjam link=static, *or* add BOOST_REGEX_DYN_LIB to
the list of project defines for your VC project. And yes, I know we need to
fix this before release!
John.