Re: [Boost-bugs] [Boost C++ Libraries] #11182: Iostreams can't find symbol only on OSX

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11182: Iostreams can't find symbol only on OSX
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-05-19 16:07:13


#11182: Iostreams can't find symbol only on OSX
-------------------------------+-----------------------
  Reporter: a.santini@… | Owner: turkanis
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: iostreams
   Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-----------------------

Comment (by Andreas F. Borchert):

 This is a typical problem of a library being compiled with clang++ but
 then linked to objects generated by g++. This fails in case of the boost
 libraries. If you want to use them with g++, you have to compile them
 using g++. (Note that "brew install boost" delivers you a boost library
 compiled by clang++.)

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11182#comment:2>
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:20 UTC