[Python-bugs-list] [Bug #112786] Build under Cygwin fails

noreply@sourceforge.net noreply@sourceforge.net
Wed, 13 Sep 2000 04:13:47 -0700


Bug #112786, was updated on 2000-Aug-26 01:39
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 3
Summary: Build under Cygwin fails

Details: Py1.6b1
========
1) socketmodule.c -- looks for netinet/tcp.h, which does not exist on cygwin.

2) gcc   python.o \
          ../libpython1.6.a    -lm  -o python
python.o: In function `main':
/usr/local/bin/Python-1.6b1/Modules/python.c:12: undefined reference to `Py_Main


Follow-Ups:

Date: 2000-Sep-07 15:04
By: jhylton

Comment:
Please do triage on this bug.
-------------------------------------------------------

Date: 2000-Sep-13 04:13
By: gvanrossum

Comment:
I don't have cygwin. Does anyone here have cygwin? I know Tim said the cygwin installer failed for him, so he doesn't have it. Is there someone outside the PythonLabs to whom we could assign this?
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=112786&group_id=5470