Re: [Boost-bugs] [Boost C++ Libraries] #13154: Error compiling pthread/thread.o on Oracle Linux with Oracle compiler and stdlib=sun-stlport

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13154: Error compiling pthread/thread.o on Oracle Linux with Oracle compiler and stdlib=sun-stlport
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-08-09 12:41:36


#13154: Error compiling pthread/thread.o on Oracle Linux with Oracle compiler and
stdlib=sun-stlport
--------------------------------+----------------------------
  Reporter: maxim.kartashev@… | Owner: Vladimir Prus
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: build
   Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords: oracle stlport
--------------------------------+----------------------------

Comment (by maxim.kartashev@…):

 Patch:

 {{{
 diff --git a/src/tools/sun.jam b/src/tools/sun.jam
 index 7f2d645..a67d34c 100644
 --- a/src/tools/sun.jam
 +++ b/src/tools/sun.jam
 @@ -33,12 +33,12 @@ generators.override sun.searched-lib-generator :
 searched-li
  #
  feature.extend stdlib : sun-stlport ;
  feature.compose <stdlib>sun-stlport
 - : <cxxflags>-library=stlport4 <cxxflags>-compat=5
 + : <cxxflags>-library=stlport4 <cxxflags>-compat=5
 <cxxflags>-features=zla
        <linkflags>-library=stlport4 <linkflags>-compat=5
      ;
  feature.extend stdlib : apache ;
  feature.compose <stdlib>apache
 - : <cxxflags>-library=stdcxx4 <cxxflags>-compat=5
 + : <cxxflags>-library=stdcxx4 <cxxflags>-compat=5
 <cxxflags>-features=zla
        <linkflags>-library=stdcxx4 <cxxflags>-compat=5
      ;
  feature.extend stdlib : gnu ;
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13154#comment:1>
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-08-09 12:49:08 UTC