$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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