|
Boost Testing : |
Subject: Re: [Boost-testing] [bronf][mingw] pthreads not linked (was Re: [sandia][intel-linux] pthreads not linked)
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-12-12 12:50:34
Joaquin M Lopez Munoz wrote:
> Vladimir Prus <vladimir <at> codesourcery.com> writes:
>
>>
>> JOAQUIN M. LOPEZ MUÃOZ wrote:
>>
>> > Hi,
>> >
>> > Seems like in most or all Intel on Linux environments tested by Sandia
>> > there are problems with Pthreads not being linked even though
>> > a threading=multi model is specified by the test. See for instance:
>> >
>> > http://tinyurl.com/5pasmt
>> >
>> > Any clue what's going on? Thank you!
>>
>> I've just checked in a commit supposed to address this.
>
> Thank you, everything's working just fine now.
> BTW, mingw seems to have the very same problem, as
> suggested by, for instance, http://tinyurl.com/5khdwo
There, I see
-mthreads
in the linker options, so it sounds like some mingw issue, not
a Boost.Build issue. Anybody has any ideas?
- Volodya