delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Reply-To: | <nhv AT cape DOT com> |
From: | "Norman Vine" <nhv AT cape DOT com> |
To: | "'Robinow, David'" <drobinow AT dayton DOT adroit DOT com> |
Cc: | <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | RE: netinet/tcp.h |
Date: | Fri, 1 Sep 2000 14:26:26 -0400 |
Message-ID: | <000301c01442$28e27260$c636ba8c@nhv> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2232.26 |
In-Reply-To: | <80575AFA5F0DD31197CE00805F650D7602CD94@wilber.adroit.com> |
Importance: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2014.211 |
Hi David, I've been building Python with Cygwin for years :-) In fact I am the one that got the partial support for Cygwin built into the Python make system originally. At the time Guido did not want to add 'too' many special cases to the configure.in script so we left it so that all one had to do for Cygwin was export EXE='.exe' before running configure and this would set up the makefiles correctly :-) FWIW IMHO Rather then changing the Cygwin distribution to have an empty header file which might break other applications in strange ways. This patch should be added to the // Python socketmodule.c #if !defined(__BEOS__) && !defined(__CYGWIN__) #include <netinet/tcp.h> #endif FWIW except for the select module will never run on win95/98 threads is the only module I have not got working and now that I can compile the Cygwin source I am working on that one :-) I can send you a diff of my sources vs the current Python CVS if you would like Cheers Norman Vine -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |