$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-02-09 04:42:05
K. Noel Belcourt wrote:
> Hi,
>
> Both these Jamfiles
>
> boost/libs/math/test/Jamfile.v2
> boost/libs/math/example/Jamfile/v2
>
> contain this line
>
> <toolset>intel:<cxxflags>-Qwd264,239
>
> which is, unfortunately, not recognized by the Intel compilers on
> darwin.
>
> "/opt/intel/cc/9.1.037/bin/icpc" -xc++ -w1 -O0 -g -fPIC -Qwd264,239 /
> nologo -Ob0 -vec-report0 -DBOOST_ALL_NO_LIB=1 -
> DBOOST_REGEX_DYN_LINK=1 -I".." -c -o "/private/tmp/kbelco/boost/
> results/boost/bin.v2/libs/math/test/std_real_concept_check.test/intel-
> darwin-9.1/debug/macosx-version-10.4/std_real_concept_check.o" "../
> libs/math/test/compile_test/std_real_concept_check.cpp"
>
> icpc: Command line warning: ignoring unknown option '-Qwd264,239'
>
> It may be as easy to fix as this:
>
> <toolset>intel-win:<cxxflags>-Qwd264,239
I'll double check, but I'm fairly sure those options are needed on Linux as
well: the aim is to disable warnings 264 and 239.
I'll look into this some more.
Thanks for the heads up, John.