$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Brian Krahmer (brian_at_[hidden])
Date: 2007-12-15 13:39:01
So it turns out that I wasn't linking against the thread library. I
assumed there wasn't a thread library (all implemented in headers)
because when I tried to get it to build by doing 'bjam
--with-libraries=regex,serialization,thread', it didn't do anything with
thread. I then tried 'bjam --with-thread --with-regex
--with-serialization', and that seems to work. BTW, I tried building
using a parallel make (-j3), but there were errors in the build
process. It appears perhaps there's a bug in the parallel compilation
or the jamfile for thread.
thanks,
brian