$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-01-24 05:07:06
> 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.