$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] can't build threads on msvc-7.1
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-01-15 23:43:11
AMDG
Larry E. Ramey wrote:
> I can't build the thread library. I have no idea why. ( What gregorian
> date is doing in the thread lib eludes me )
>
>
> I have changed boost/config/user.hpp to #define BOOST_ALL_DYN_LIN, of
> course, that shouldn't effect threads.... but whatever....
This is the problem. If you don't need other changes to user.hpp, you can
suppress it with
bjam ... define=BOOST_NO_USER_CONFIG
for building the thread library.
In Christ,
Steven Watanabe