id summary reporter owner description type status milestone component version severity resolution keywords cc 2888 python static linking must use defaults for dl and pthread niklas@… Dave Abrahams "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 pthread dl[[BR]] to[[BR]] case * : return [[BR]] " Bugs new Boost 1.39.0 python USE GITHUB Boost 1.38.0 Problem python static linking dl pthread