MS VC++ Toolkit 2003, where?

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


Alex Martelli wrote:

> Jocular, but not sarcastic.  I have no problems using mingw if that's
> what it takes -- the later instructions I saw were those suggesting the
> Toolkit instead, so those are the ones I'm trying to follow.  What's the
> updated URL for the instructions about using mingw instead?

Install mingw (an large task in and of itself that I'm not going to go into
here, but look at http://www.mingw.org/) and make sure the bin/ directory is on
your PATH. You will have to edit the gcc specs file to replace "-lmsvcrt" with
"-lmsvcr71". Its filename is lib/mingw32/3.4.2/specs . After that, use the
--compiler=mingw32 option on build_ext when using distutils.

-- 
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