Boost logo

Boost :

From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-06-02 09:19:39


> I am very glad to hear that you are working on
> the static problem though. The latest checkout
> from thread_dev branch revealed the use of thread
> specific storage in thread.cpp, so it looks like
> the latest work there may be making it more
> difficult to make a static subset...

Yes, I have pointed this out in the past. I have changes ready that
allow building Boost.Threads as a statically linked library, which
simply omit the tss implementation from the statically linked version
of the library on Win32 platforms. I've hesitated to check them in
because tss will be required by the implementation of the next version
of the thread class, so unless I can implement tss cleanup properly on
Win32 (which I haven't proved yet) the static library option would
have to disappear again on Win32.

Mike


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