$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] cxxflags and Intel toolset
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-02-06 06:03:12
On Friday 06 February 2009 13:57:00 mm wrote:
> Hi,
>
> I am using bjam and boost-build bundled with ubuntu 08/10: Boost.Build
> V2 (Milestone 12), Boost.Jam 03.1.16
>
> It appears to me that cxxflags arguments are not passed properly to the
> compiler, i.e. this command line
>
> bjam -d+2 cxxflags=" -openmp" --toolset=intel
....
> and I can see neither -strict-ansi nor -openmp in the compilation. It
> works with gcc
>
> Am I doing something wrong ? Is it a known problem (I haven't seen it on
> the list) ?
Yes.
> Is it fixed in the latest release ?
It's fixed in SVN and in nightly builds available on http://boost.org/boost-
build2
HTH,
Volodya