|
Boost Users : |
Subject: Re: [Boost-users] troubles building 1.39.0 with intel compiler under linux
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2009-06-11 03:34:44
>> if ! intel-linux in [ feature.values <toolset> ]
>> {
>> Â Â using intel-linux ;
>> }
>
> For the moment, you can just kill the above initialization.
> You have a user-config.jam that initializes the toolset, right?
> The test really should be ! ( intel in [ feature.values <toolset> ] && linux in [ feature.values <toolset-intel:platform> ] )
I removed this test from project-config.jam and added a local
user-config.jam with "using intel-linux ;"
Combined with ./bjam --user-config=user-config.jam it worked.
Thanks, Frédéric
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net