Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-06 07:40:55


Larry Evans wrote:

>> The only suspicious line is <toolset>intel. Do you really want to require
>> that toolset for building? Do you have it configured. Does the probject
>> work when
>
> Yes. gcc won't compile some of my code; hence, I've got to use intel.
> By "configure", if you mean doing `./build.sh intel` in the jam_src
> directory and then, in $(HOME)/user-configure.jam putting:
>
> using intel ;
>
> then yes;

Yes, I meant "using intel ; "

>> you remove this requirement?
>
> Yes, it works then, but gets compile time errors; hence, I need intel.

What platfrom are you on? Can you try replacing "using intel ; " with either
"using intel-linux ; " or "using intel-win ;" ? If this fixes the problem,
could you send me the output of "bjam -n -d+5" so that I can figure out why
plain "intel" does not work.

If this does not fix the situation, I'd be interested in output of "bjam -n
--debug-generators".

Thanks,
Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk