[issue24872] Add /NODEFAULTLIB:MSVCRT to _msvccompiler

Christoph Gohlke report at bugs.python.org
Sun Aug 16 21:19:30 CEST 2015


Christoph Gohlke added the comment:

> Thanks for going through that tedious process
~140 libraries to go.

I hit the wall last night trying to build Boost DLLs. Boost's build tool b2 does not allow `link=shared runtime-link=static`, hence the `/MT /LTCG /NODEFAULTLIB:libucrt.lib ucrt.lib` magic does not work.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24872>
_______________________________________


More information about the Python-bugs-list mailing list