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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 7 Sep 2000 15:04:40 -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: 5
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.
-------------------------------------------------------

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