Boost logo

Boost-Build :

Subject: Re: [Boost-build] bjam errors during boost compilation with --toolset=intel
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-09-23 12:27:04


On Wednesday 23 September 2009 Patryk Bukowinski wrote:

> I've removed *.h files which I've generated manually,
> then apply Your new line (to intel-win.jam which is placed in its regular
> directory):
>
> toolset.flags intel-win.link .MC $(condition) : $(setup)mc ;

Oh, sorry, it's too late here already. This should have been:

        toolset.flags intel-win.compile .MC $(condition) : $(setup)mc ;

That is 'compile', not 'link'.

Does that help?

- 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