[Python-checkins] python/dist/src/Doc/inst inst.tex,1.42,1.43

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 06 Nov 2002 06:34:53 -0800


Update of /cvsroot/python/python/dist/src/Doc/inst
In directory usw-pr-cvs1:/tmp/cvs-serv23969

Modified Files:
	inst.tex 
Log Message:
Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is now called MinGW

Index: inst.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/inst/inst.tex,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** inst.tex	31 Oct 2002 20:46:20 -0000	1.42
--- inst.tex	6 Nov 2002 14:34:50 -0000	1.43
***************
*** 990,1005 ****
  
  
! \subsubsection{GNU C / Cygwin / MinGW32}
  
  This section describes the necessary steps to use Distutils with the
! GNU C/\Cpp{} compilers in their Cygwin and MinGW32
  distributions.\footnote{Check
  \url{http://sources.redhat.com/cygwin/} and
  \url{http://www.mingw.org/} for more information}
  
! \XXX{For a Python which was built with Cygwin, all should work without 
! any of these following steps.}
! 
! These compilers also require some special libraries.
  This task is more complex than for Borland's \Cpp, because there is no
  program to convert the library.
--- 990,1004 ----
  
  
! \subsubsection{GNU C / Cygwin / MinGW}
  
  This section describes the necessary steps to use Distutils with the
! GNU C/\Cpp{} compilers in their Cygwin and MinGW
  distributions.\footnote{Check
  \url{http://sources.redhat.com/cygwin/} and
  \url{http://www.mingw.org/} for more information}
+ For a Python interpreter that was built with Cygwin, everything should
+ work without any of these following steps.
  
! These compilers require some special libraries.
  This task is more complex than for Borland's \Cpp, because there is no
  program to convert the library.
***************
*** 1039,1043 ****
  and for Cygwin in no-cygwin mode\footnote{Then you have no
  \POSIX{} emulation available, but you also don't need
! \file{cygwin1.dll}.} or for MinGW32 type:
   
  \begin{verbatim}
--- 1038,1042 ----
  and for Cygwin in no-cygwin mode\footnote{Then you have no
  \POSIX{} emulation available, but you also don't need
! \file{cygwin1.dll}.} or for MinGW type:
   
  \begin{verbatim}
***************
*** 1051,1060 ****
  \begin{seealso}
    \seetitle[http://www.zope.org/Members/als/tips/win32_mingw_modules]
!     {Building Python modules on MS Windows platform with MinGW32}
!     {Information about building the required libraries for the MinGW32
       environment.}
  
    \seeurl{http://pyopengl.sourceforge.net/ftp/win32-stuff/}
!     {Converted import libraries in Cygwin/MinGW32 and Borland format,
       and a script to create the registry entries needed for Distutils
       to locate the built Python.}
--- 1050,1059 ----
  \begin{seealso}
    \seetitle[http://www.zope.org/Members/als/tips/win32_mingw_modules]
!     {Building Python modules on MS Windows platform with MinGW}
!     {Information about building the required libraries for the MinGW
       environment.}
  
    \seeurl{http://pyopengl.sourceforge.net/ftp/win32-stuff/}
!     {Converted import libraries in Cygwin/MinGW and Borland format,
       and a script to create the registry entries needed for Distutils
       to locate the built Python.}