[Boost-bugs] [Boost C++ Libraries] #6997: Bug in specifying alternate build toolset in gcc.jam

Subject: [Boost-bugs] [Boost C++ Libraries] #6997: Bug in specifying alternate build toolset in gcc.jam
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-18 23:59:41


#6997: Bug in specifying alternate build toolset in gcc.jam
------------------------------------------+---------------------------------
 Reporter: carson.fenimore@… | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: Building Boost | Version: Boost 1.49.0
 Severity: Regression | Keywords:
------------------------------------------+---------------------------------
 You cannot currently specify alternate gcc versions. For example, if you
 do the following:
   ./b2 toolset=gcc-44

 You will get an error like:

     error: version '44' requested but 'g++-44' not found and version
 '4.1.2' of default 'g++' does not match

 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6997>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC