Python under Windows: free cl.exe?

Gerhard Häring gerhard.nospam at bigfoot.de
Tue Aug 21 12:06:21 EDT 2001


On 20 Aug 2001 14:46:08 -0700, J.Jacob <joost_jacob at hotmail.com> wrote:
>subject: Windows Compiler to build Python and related stuff
>
>
>Where can we download the (free commandline version) microsoft C++ 6.0
>compiler cl.exe and nmake.exe?  We need it if we want to do
>extending/embedding C(++) and many 3rd party Python packages want you to use
>cl.exe and nmake.exe

Open source ones? Maybe you should friendly suggest that the maintainer switch
to distutils? Or write the setup.py file yourself and submit a patch? You can
then use GNU Borland and MS compilers on Windows without further configuration.

>The cygwin effort of using a free GNU C++ compiler for building Python looks
>great but there are just too much systems/packages/modules (Python itself too)
>based on the microsoft compiler with makefiles for nmake and nothing for the
>Gnu compilers.  Too bad i think !

Ack. Anybody managed to compile Python with mingw32? I only get strange errors
when trying to. Maybe I should submit a bug report at Sourceforge.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    public key at homepage
public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



More information about the Python-list mailing list