On 11/15/07, "Martin v. Löwis" <[EMAIL PROTECTED]> 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.
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to