Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Reply-To: From: "Norman Vine" To: "'Robinow, David'" Cc: Subject: RE: netinet/tcp.h Date: Fri, 1 Sep 2000 14:26:26 -0400 Message-ID: <000301c01442$28e27260$c636ba8c@nhv> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 #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