Boost logo

Boost-Build :

Subject: [Boost-build] How to select the "intel-win" toolset?
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-01-05 08:41:26


Folks I have a problem, in Boost.Regex I have the ICU library names set like
this:

      lib icudt : : <name>icudata <link>shared
<runtime-link>shared <conditional>@path_options ;
      lib icudt : : <name>icudt <toolset>msvc <link>shared
<runtime-link>shared <conditional>@path_options ;
      lib icudt : : <name>icudt <toolset>intel-win <link>shared
<runtime-link>shared <conditional>@path_options ;

Now the <toolset>msvc version works just fine, but the <toolset>intel-win
version doesn't get selected when using the intel toolset, even though the
full name of the toolset I have configured is "intel-win-12.1". I could
just use "<toolset>intel" as the selector, but that would break the code for
Intel on Linux.

Any ideas anyone?

Many thanks, John.


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