[Python-3000] building _ssl on Windows

Gregory P. Smith greg at krypto.org
Mon Nov 19 05:33:59 CET 2007


On 11/15/07, "Martin v. Löwis" <martin at v.loewis.de> wrote:
>
> > Now, is it really necessary to install perl in order to compile python?
>
> Yes, if you want OpenSSL support.


Yep.  Sadly OpenSSL uses Perl to generate its asm files in one of two or
three different x86 asm syntaxes.  Why is this sad?  A good completely free
x86 assembler is available (http://nasm.sourceforge.net/) so they should
just say screw it to the other syntaxes and write their asm for nasm.  But
its an OpenSSL problem, not python.  If anyone wants to fix this, fix
OpenSSL.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000/attachments/20071118/9843b781/attachment.htm 


More information about the Python-3000 mailing list