$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-24 08:07:31
On Thursday 24 September 2009 Patryk Bukowinski wrote:
> > 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 ;
> >
> >
> That did the job.
Great, I've checked in the fixes.
- Volodya