[Patches] [ python-Patches-404928 ] Support for next Cygwin gcc (2.95.2-8)
nobody
nobody@sourceforge.net
Wed, 28 Feb 2001 08:34:13 -0800
Patches #404928, was updated on 2001-02-28 08:29
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=404928&group_id=5470
Category: Build
Group: None
Status: Open
Priority: 5
Submitted By: Jason Tishler
Assigned to: Tim Peters
Summary: Support for next Cygwin gcc (2.95.2-8)
Initial Comment:
This (minor) patch prepares the Python source to cope
with the next Cygwin gcc release (2.95.2-8) and later.
Unfortunately, Cygwin gcc is becoming a "Unix bigot"
meaning that it will no longer #def WINNT, _WIN32, etc.
and look in the standard place for Windows header
files.
Cygwin packagers will also have to configure using the
following:
CC='gcc -mwin32' configure ...
I will submit a patch to automate adding "-mwin32"
after Cygwin gcc 2.95.2-8 is released.
----------------------------------------------------------------------
Comment By: Tim Peters
Date: 2001-02-28 08:34
Message:
Logged In: YES
user_id=31435
Assigned to me.
----------------------------------------------------------------------
Comment By: Jason Tishler
Date: 2001-02-28 08:31
Message:
Logged In: YES
user_id=86216
To apply:
$ # cd to the top of your CVS working directory
$ patch -p0 <gcc.patch
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=404928&group_id=5470