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:
--- In Boost-Users@y..., "Dale Peakall"
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