Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <044501c0adda$0e19c6e0$0200a8c0@lifelesswks> From: "Robert Collins" To: Subject: pthread_cond* Date: Fri, 16 Mar 2001 16:29:15 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 16 Mar 2001 05:23:29.0759 (UTC) FILETIME=[3C4D6EF0:01C0ADD9] Well I found writing replacements for the pthread_cond stuff very easy with my recent squid project - I'm now up for tackling the cond* functions in cygwin. Unfortunately I need a little guidance. I've grabbed the CVS winsup module. Configured from a different directory, (../src/configure --prefix=/usr) and it builds ok AFAICT. How do the include files get installed? make install doesn't seem to be install them. I can probably figure it out... but a hint would be very much appreciated. Rob