[Patches] [ python-Patches-404928 ] Support for next Cygwin gcc (2.95.2-8)

nobody nobody@sourceforge.net
Wed, 28 Feb 2001 08:29:18 -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: Nobody/Anonymous
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.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=404928&group_id=5470