This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: compiling python 3.1.1 using cygwin 1.7.0 and gcc 4.3.4
Type: Stage: resolved
Components: Build, Windows Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: iritkatriel, jlt63, lopgok, stutzbach
Priority: normal Keywords:

Created on 2009-11-28 05:41 by lopgok, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
the_diff.txt lopgok, 2009-11-28 05:41
Messages (3)
msg95784 - (view) Author: jeff deifik (lopgok) Date: 2009-11-28 05:41
In order to compile 3.1.1 with the cygwin environment, it was necessary
to edit Modules/main.c after running configure

There are a few tests that still fail when running 'make test', but
overall, python 3.1.1 works fine.

Included is the context diff.
msg112894 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-08-04 21:03
If I'm reading the patch correctly it comments out three defined(__CYGWIN__).  Any opinions on this from Windows or Cygwin users?
msg392477 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-04-30 16:54
main.c is very different now compared to the patch. Closing as this is a 12 year old build issue and probably no longer relevant. Please create a new issue if you see this problem in 3.8+.
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51654
2021-04-30 16:54:55iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg392477

resolution: out of date
stage: resolved
2014-07-13 12:01:32BreamoreBoysetnosy: + jlt63, stutzbach

versions: + Python 3.4, Python 3.5, - Python 3.1
2014-02-03 19:49:56BreamoreBoysetnosy: - BreamoreBoy
2010-08-10 11:41:02floxsetnosy: lopgok, BreamoreBoy
components: + Windows
2010-08-04 21:03:05BreamoreBoysetnosy: + BreamoreBoy
messages: + msg112894
2009-11-28 05:41:11lopgokcreate