|
Boost Users : |
Subject: Re: [Boost-users] Problems installing boost 1.47.0
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2011-10-10 14:51:44
Le 10/10/11 12:46, Allan Nielsen a écrit :
> Hi
>
> I just realized that this problem only occurs when boost::chrono is build.
>
> Do you think this is a bug in the boost::chrono build script?
>
Hi,
currently Boost.Chrono requires multi-threading on Linux. This is surely
a bug as I guess all what is needed is to link with the -rt library.
The problem is in the build/Jamfile.
Could you replace
<target-os>linux:<threading>multi
by
<linkflags>"-lrt"
: requirements
and
: usage-requirements
to see if this works for you?
Please, could you also create a Trac ticket?
Best,
Vicente
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net