MinGW and Python

Robert Kern robert.kern at gmail.com
Mon Apr 24 12:31:08 EDT 2006


Martin v. Löwis wrote:
> Srijit Kumar Bhadra wrote:
> 
>>Is there any specific reason for not using MinGW to build the official
>>distribution of Python for Win32?
> 
> What could be the reasons to use MinGW?
> 
> As for reasons not to do that:
> - there is no build process available to do that
> - people building extensions to Python must be able to do so with
>   Microsoft C++, since some of these extensions are written using MFC.
> - developing Python itself in Visual Studio is quite convenient; in
>   particular, the debugger works "better" than gdb.

- gcc does not optimize particularly well.

-- 
Robert Kern
robert.kern at gmail.com

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco




More information about the Python-list mailing list