Re: [Boost-bugs] [Boost C++ Libraries] #9306: Linking failure - Building BOOST with gcc-4.8 on Mac OSX

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9306: Linking failure - Building BOOST with gcc-4.8 on Mac OSX
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-11 11:20:25


#9306: Linking failure - Building BOOST with gcc-4.8 on Mac OSX
-------------------------------+----------------------------
  Reporter: karunreddy30@… | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------------

Comment (by viboes):

 Replace


 {{{
  using gcc : 3.2 : /usr/local/bin/g++-3.2 ;

 and

 ./b2 -d 2 toolset=gcc-4.8
 }}}

 by

 {{{

  using darwin : 3.2 : /usr/local/bin/g++-3.2 ;

 and

 ./b2 -d 2 toolset=darwin-4.8

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9306#comment:6>
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:14 UTC