$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] undefined reference to pthread
From: Mathieu Champlon (m.champlon_at_[hidden])
Date: 2015-09-08 03:19:18
On 07/09/2015 23:08, Vladimir Prus wrote:
>
> if you add
>
> <threading>multi
>
> to requirements on 'run' targets - alongside <define>, does it help?
> That's what is supposed to add -pthread
> automatically.
>
Hi Vladimir,
Yes it does indeed fix the problem !
> (The question of why you see different behaviour in 1.59 is
> reasonable, but let's first get your tests to
> work)
I can help debugging the issue further if you need me to, but on my side
I'm quite happy already that my tests are back to green.
Thanks a lot !
MAT.