Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5263: Undefined symbols in libboost_python
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-04 14:44:53
#5263: Undefined symbols in libboost_python
----------------------------------------+-----------------------------------
Reporter: mschu.dev+boost@⦠| Owner: dave
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Python
Version: Boost 1.46.0 | Severity: Problem
Resolution: | Keywords: python undefined symbols
----------------------------------------+-----------------------------------
Comment (by biru.ionut@â¦):
our boost package now is built with python 2.7 and python 3.2 support but
this issue was there in the previous version which had only python 2.7
support.
the default compilation cflags/ldflags are:
{{{
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed
}}}
at first i was thinking this issue was because of --as-needed but the
issue persist.
user-config.jam has this additionaly lines
{{{
using python : 2.7 : /usr/bin/python2 ;
using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : /usr/lib
;
using mpi ;
}}}
and bjam options are:
{{{
release debug-symbols=off threading=multi \
runtime-link=shared link=shared,static \
cflags=-fno-strict-aliasing \
toolset=gcc \
--prefix="${_stagedir}" \
-sTOOLS=gcc \
--layout=system
install
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5263#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-02-16 18:50:05 UTC