|
Boost : |
From: John Maddock (boost.regex_at_[hidden])
Date: 2003-10-08 07:04:53
> When I try to link my project against the libraries,
> I notice two things:
>
> 1) the library creates the lib file
>
> boost_regex_vc6_md.lib
>
> but my project is looking for the file
>
> libboost_regex_vc6_md.lib
>
>
> 2) Once I rename the lib file, I get the following
> line errors
And you should :-)
You really do need to link against libboost_regex_vc6_md.lib which is the
static lib for the multithreaded dynamic runtime. Did you build using the
makefile? If not there is a bug in the current bjam build system that
doesn't result in the correct lib names being generated (I'm still waiting
for Rene to come back from holiday for a fix to that one).
John.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk