[MacPorts] #41588: Boost.Regex with GCC broken on Mavericks?

MacPorts noreply at macports.org
Mon Dec 2 02:46:16 PST 2013


#41588: Boost.Regex with GCC broken on Mavericks?
------------------------------+--------------------------------
  Reporter:  akim.demaille@…  |      Owner:  macports-tickets@…
      Type:  defect           |     Status:  closed
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.2.1
Resolution:  invalid          |   Keywords:  mavericks
      Port:  boost            |
------------------------------+--------------------------------

Comment (by ryandesign@…):

 I don't know if that's the same problem. But it could be. Per my remarks
 above, the Apple custom version libstdc++ that's in use by default on
 Mountain Lion and earlier is not the same libstdc++ that's in use with FSF
 GCC, and they are subtly incompatible with each other which can lead to
 problems. Don't mix and match them. You're using Boost's C++ code, which,
 if you've installed the boost port the normal way with MacPorts, has been
 compiled with the system compiler and is therefore linked with the
 system's libstdc++. Therefore, compile your own code using the system's
 libstdc++ too; don't use FSF GCC's libstdc++.

-- 
Ticket URL: <https://trac.macports.org/ticket/41588#comment:9>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list