This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgohlke
Recipients cgohlke, larry, lemburg, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-08-16.19:19:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439752770.22.0.996212376084.issue24872@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2015-08-16 19:19:30cgohlkesetrecipients: + cgohlke, lemburg, paul.moore, larry, tim.golden, zach.ware, steve.dower
2015-08-16 19:19:30cgohlkesetmessageid: <1439752770.22.0.996212376084.issue24872@psf.upfronthosting.co.za>
2015-08-16 19:19:30cgohlkelinkissue24872 messages
2015-08-16 19:19:30cgohlkecreate