Boost not statically linking in to boost::python shared object
问题 I've created a wrapper for my application using boost::python. This has worked so far by: (number of static libraries/source code) -> python_mapping.so In this way my shared object is comprised of many static libs, including boost itself (notably boost_thread). I would assume that this so would contain ALL my application information, as I've statically linked everything in. This compiles just fine. ldd python_mapping.so librt.so.1 => /lib64/librt.so.1 (0x00002b7cbad37000) libstdc++.so.6 =>