[Boost-bugs] [Boost C++ Libraries] #2888: python static linking must use defaults for dl and pthread

Subject: [Boost-bugs] [Boost C++ Libraries] #2888: python static linking must use defaults for dl and pthread
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-03-26 15:35:56


#2888: python static linking must use defaults for dl and pthread
----------------------------------------------+-----------------------------
 Reporter: niklas_at_[hidden] | Owner: dave
     Type: Bugs | Status: new
Milestone: Boost 1.39.0 | Component: Python
  Version: Boost 1.38.0 | Severity: Problem
 Keywords: python static linking dl pthread |
----------------------------------------------+-----------------------------
 When statically linking boost.python, you will get errors when it also
 tries to statically link libdl and and pthread.[[BR]]

 The solution is to change a line in
 boost_1_38_0/tools/build/v2/tools/python.jam[[BR]]

 line 657 from


 case * : return <library>pthread <library>dl[[BR]]

 to[[BR]]

 case * : return [[BR]]

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2888>
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:49:59 UTC