$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-10-11 04:08:05
> These failures all appear to be due to unresolved externals when
> linking with Boost.Threads (nanosleep, sched_yield). I'm claiming
> major bjam ignorance, so I need help fixing this: how can I ensure
> that -lrt is included in the link libraries when these tests are
> built?
I believe I've already committed a fix for this: there was a minor snafu in
the Spirit Jamfile that meant that <threading>multi wasn't getting applied
whenever the BUILD environment variable was set.
John.