@@ -989,18 +989,17 @@ \subsubsection{Borland C++}
989989\end {seealso }
990990
991991
992- \subsubsection {GNU C / Cygwin / MinGW32 }
992+ \subsubsection {GNU C / Cygwin / MinGW }
993993
994994This section describes the necessary steps to use Distutils with the
995- GNU C/\Cpp {} compilers in their Cygwin and MinGW32
995+ GNU C/\Cpp {} compilers in their Cygwin and MinGW
996996distributions.\footnote {Check
997997\url {http://sources.redhat.com/cygwin/} and
998998\url {http://www.mingw.org/} for more information}
999+ For a Python interpreter that was built with Cygwin, everything should
1000+ work without any of these following steps.
9991001
1000- \XXX {For a Python which was built with Cygwin, all should work without
1001- any of these following steps.}
1002-
1003- These compilers also require some special libraries.
1002+ These compilers require some special libraries.
10041003This task is more complex than for Borland's \Cpp , because there is no
10051004program to convert the library.
10061005% I don't understand what the next line means. --amk
@@ -1038,7 +1037,7 @@ \subsubsection{GNU C / Cygwin / MinGW32}
10381037
10391038and for Cygwin in no-cygwin mode\footnote {Then you have no
10401039\POSIX {} emulation available, but you also don't need
1041- \file {cygwin1.dll}.} or for MinGW32 type:
1040+ \file {cygwin1.dll}.} or for MinGW type:
10421041
10431042\begin {verbatim }
10441043python setup.py build --compiler=mingw32
@@ -1050,12 +1049,12 @@ \subsubsection{GNU C / Cygwin / MinGW32}
10501049
10511050\begin {seealso }
10521051 \seetitle [http://www.zope.org/Members/als/tips/win32_mingw_modules]
1053- {Building Python modules on MS Windows platform with MinGW32 }
1054- {Information about building the required libraries for the MinGW32
1052+ {Building Python modules on MS Windows platform with MinGW }
1053+ {Information about building the required libraries for the MinGW
10551054 environment.}
10561055
10571056 \seeurl {http://pyopengl.sourceforge.net/ftp/win32-stuff/}
1058- {Converted import libraries in Cygwin/MinGW32 and Borland format,
1057+ {Converted import libraries in Cygwin/MinGW and Borland format,
10591058 and a script to create the registry entries needed for Distutils
10601059 to locate the built Python.}
10611060\end {seealso }
0 commit comments