Added distutils.cfg file

[Imported from Trac: page AdvancedInstall, version 29]
freestorm 2010-10-24 10:35:35 +00:00
parent d96fa1c37e
commit 776c4d61b3

@ -267,7 +267,7 @@ If the build or install steps result in an error that says a compiler is needed,
2. Early versions of 5.1.x of MinGW had a bug in the bundled Gnu assembler. If typing "`as --version`" at the command line gives "`GNU assembler (GNU Binutils) 2.20`", then you have an affected version. To fix this, download an upgrade to a newer version of MinGW which has `GNU assembler (GNU Binutils) 2.20.51.20100613`} or later. 2. Early versions of 5.1.x of MinGW had a bug in the bundled Gnu assembler. If typing "`as --version`" at the command line gives "`GNU assembler (GNU Binutils) 2.20`", then you have an affected version. To fix this, download an upgrade to a newer version of MinGW which has `GNU assembler (GNU Binutils) 2.20.51.20100613`} or later.
3. Configure distutils to use MinGW. To configure distutils to use mingw32, create a file called "`distutils.cfg`" in `C:\Python26\lib\distutils`, and put in that file: 3. Configure distutils to use MinGW. To configure distutils to use mingw32, create a file called [http://tahoe-lafs.org/trac/tahoe-lafs/attachment/wiki/AdvancedInstall/distutils.cfg distutils.cfg] in `C:\Python26\lib\distutils`, and put in that file:
``` ```
[build] [build]