Subject: [Boost-users] How to compile static library with -fPIC from boost.python
From: simon zhang (hapopen_at_[hidden])
Date: 2012-09-14 01:46:09


Hi all
Default,libboostpython.a has be compiled without -fPIC.But I have to make a
python extending and it is a dynamic library with -fPIC that link to static
library.
How to compile static library (libboostpython.a) with -fPIC from
boost.python

simon