Subject: [Boost-users] boost.python / bjam
From: Mark Williams (mark_at_[hidden])
Date: 2008-11-04 21:31:34


Hi, is it possible to build boost.python such that the python version
gets embedded in the .so name along with the compiler name, version,
multithread flags, etc? For example,
"libboost_python25-gcc41-mt-1_35.so" instead of
"libboost_python-gcc41-mt-1_35.so"

Alternatively, is it possible to build it without the embedded SONAME so
that it can be renamed afterwards?

Thanks in advance,

Mark