Boost C++ Libraries: Ticket #6997: Bug in specifying alternate build toolset in gcc.jam https://svn.boost.org/trac10/ticket/6997 <p> You cannot currently specify alternate gcc versions. For example, if you do the following: </p> <blockquote> <p> ./b2 toolset=gcc-44 </p> </blockquote> <p> You will get an error like: </p> <blockquote> <p> error: version '44' requested but 'g++-44' not found and version '4.1.2' of default 'g++' does not match </p> </blockquote> <p> This is because the version-checking code tries to run g++-44 instead of g++44... the patch fixes this in the affected code, comments, and printouts. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6997 Trac 1.4.3 carson.fenimore@… Tue, 19 Jun 2012 00:00:23 GMT attachment set https://svn.boost.org/trac10/ticket/6997 https://svn.boost.org/trac10/ticket/6997 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">gcc.jam.patch</span> </li> </ul> <p> patch to fix gcc.jam </p> Ticket viboes Thu, 03 Jan 2013 17:03:45 GMT component changed; owner set https://svn.boost.org/trac10/ticket/6997#comment:1 https://svn.boost.org/trac10/ticket/6997#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">build</span> </li> </ul> Ticket