Jam: Building libraries that use the static runtime library

I need to build libraries that link against the static runtime library: I tried the following Jam invocation: jam -sBOOST_ROOT=. -sTOOLS="msvc-stlport" -sBUILD="debug release <runtime-link>static" But jam balks and reports: Error: <libs!python!build>libboost_python_static: target requirements conflict for requested build { <runtime-link>dynamic <target-type>LIB <runtime-link>static } Help! So, I've obviously got it wrong (btw I'm not interested in building python library just threads and regex). TIA. - Dale.

--- In Boost-Users@y..., "Dale Peakall" <dale.peakall@b...> wrote:
So, I've obviously got it wrong (btw I'm not interested in building python library just threads and regex).
To avoid building the python stuff, just comment out the line subinclude libs/python/build ; from the toplevel jam file. HTH, Markus
participants (2)
-
Dale Peakall
-
markus_schoepflin