Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2004-01-10 07:08:14


> I found the library names to having changed to the new canonical names
> albeit I expected a prepended "lib".

There's no lib prefix becasue they are dll import lib's rather than static
libs.

> I also tried to do this from my project headers then, by
> defining:
>
> #define BOOST_LIB_NAME boost_thread
> #define BOOST_DYNLINK
> #include <boost/config/auto_link.hpp>

That should be BOOST_DYN_LINK :-)

> and it tried to link to
>
> libboost_thread-vc6-mt-sgd-1_31.lib
>
> Is this a known issue?

It is now: if there's time I'll try and fix this.

Thanks,

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk