Boost C++ Libraries: Ticket #988: Bug in intel toolkit of bjam boost libraries build system https://svn.boost.org/trac10/ticket/988 <p> When trying to compile boost 1.34 with Intel C++ Compiler 9.1, strange things happen. Obviously, the script is looking for icc.exe, and the executable name of ICC 9.1 is icl.exe. </p> <p> Renaming icl.exe to icc.exe temporarily fixes the issue. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/988 Trac 1.4.3 René Rivera Sun, 17 Jun 2007 18:05:18 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/988#comment:1 https://svn.boost.org/trac10/ticket/988#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost.Jam 3.1.15</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> <p> This is not a Boost.Jam issue, it's a Boost.Build issue. </p> Ticket