$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-01-09 13:16:19
On Jan 9, 2006, at 11:31 AM, Alexander Nasonov wrote:
> Douglas Gregor wrote:
>> -openmp implies OpenMP support, which are aren't using in Boost at
>> all. It doesn't look like it implies pthreads.
>> However, the Intel compiler does seem to support the (GCC) option -
>> pthreads. We could probably use that, instead.
>
> I contacted with Volodya. He checked that Boost.Threads compiles fine
> on
> intel-linux 8.1 with CFLAGS=-D_REENTRANT and LINKFLAGS=-lpthread.
> Though, I don't think we should change this for linux platform.
We'll, we really shouldn't be enabling OpenMP support unless it's
needed anyway. It's just the wrong thing to do.
Doug