$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 (vladimir_at_[hidden])
Date: 2009-09-23 12:53:52
Patryk Bukowinski wrote:
> What have happened is :
>
> - everything compiled properly, this header (*.h) and other *rc, and
> object files were done properly *BUT:*
Good.
> - those MC dependent header and other files were placed to output folder,
That's how it should be. After all, these are derived files.
>
> - new error occurred
>
> intel-win.compile.rc
>> boost\bin.v2\libs\log\build\intel-win\debug\threading-multi\simple_event_log_res.obj
>> '-l' is not recognized as an internal or external command,
>> operable program or batch file.
>>
>> -l 0x409 -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_DYN_LINK=1
Try adding another line:
toolset.flags intel-win.compile .RC $(condition) : $(setup)rc ;
in the same place.
- Volodya