$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2004-12-06 05:21:39
There are two restrictions in the thread jamfile I don't understand:
- the thread lib must be built with static runtime libraries
- the thread dll must be built with dynamic runtime libraries
What is the reason for that? Why can't I use the shared rt and link
boost.thread statically (and vice versa)???
Stefan