24 Jan
2006
24 Jan
'06
10:07 a.m.
The boost thread library does not honour the BOOST_ALL_DYN_LINK setting in config/user.hpp. Thread used to be only available as a dynamically linked library in version 1.31, and I see a note about this in the comment for BOOST_ALL_DYN_LINK. I guess that it now ought to honour this general setting, to avoid defaulting to static linkage even when this is defined?
I fixed that in cvs a while back, unfortunately it didn't make the last release, it will the next one though.... John.