Boost logo

Boost Users :

Subject: Re: [Boost-users] troubles building 1.39.0 with intel compiler under linux
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-06-11 11:48:24


Frédéric Bron wrote:

>>> 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.

I've filed a bug to have this fixed for next release:

        https://svn.boost.org/trac/boost/ticket/3165

- Volodya


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