Boost logo

Boost :

From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-10-20 10:27:44


"Russell Hind" <rh_gmane_at_[hidden]> wrote in message
news:cl2uaf$igt$1_at_sea.gmane.org...
> The latest boost thread builds static libs for bcc32 on win32, but
> when I link, my app is still looking for the dynamic lib even if I'm
> set to use static libs?
>
> Can the static thread lib be used with bcc32?

No, it cannot. Though we hope that it might in the future, we haven't
yet determined whether this is possible.

> If not can it be disabled from the build so people aren't tempted to
> use try and use it?

We intentionally allow the static library to be built for currently
unsupported compilers so that people can experiment with their own tss
cleanup for those compilers. The hope is that this will help to get
those compilers supported. If you try to use the static library for an
unsupported compiler and don't provide your own tss cleanup method,
Boost.Threads generates a link error to prevent you from doing this.

Mike


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