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-17.06:35:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439793342.76.0.837938726429.issue24872@psf.upfronthosting.co.za>
In-reply-to
Content
Another /MT only issue: cryptography-1.0 and other libraries depending on openssl fail to link to static MT openssl-1.0.1p:

cryptlib.obj : error LNK2001: unresolved external symbol __iob_func

This can be fixed manually [1].

[1] <http://openssl.6102.n7.nabble.com/Compiling-OpenSSl-Project-with-Visual-Studio-2015-td59416.html>
History
Date User Action Args
2015-08-17 06:35:42cgohlkesetrecipients: + cgohlke, lemburg, paul.moore, larry, tim.golden, zach.ware, steve.dower
2015-08-17 06:35:42cgohlkesetmessageid: <1439793342.76.0.837938726429.issue24872@psf.upfronthosting.co.za>
2015-08-17 06:35:42cgohlkelinkissue24872 messages
2015-08-17 06:35:42cgohlkecreate