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: <04ae01c0adfa$1101be10$0200a8c0@lifelesswks> From: "Robert Collins" To: "Corinna Vinschen" References: <044501c0adda$0e19c6e0$0200a8c0 AT lifelesswks> <20010316094740 DOT F19468 AT cygbert DOT vinschen DOT de> Subject: Re: pthread_cond* Date: Fri, 16 Mar 2001 20:18:22 +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 09:12:39.0811 (UTC) FILETIME=[3FF8DD30:01C0ADF9] ----- Original Message ----- From: "Corinna Vinschen" To: "cygapp" Sent: Friday, March 16, 2001 7:50 PM Subject: Re: pthread_cond* > On Fri, Mar 16, 2001 at 04:29:15PM +1100, Robert Collins wrote: > > 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. > > Wired. They should get installed by default. What's your install > path? If it's /usr/local the include files will get installed into > /usr/local/i686-pc-cygwin/include. > Thanks! its /usr, and they are going into /usr/i686-pc-cygwin/include. How do you cygwin maintainers get the snapshots to install into /usr/include ? Or is it safest to just copy pthreads.h (the only one I've changed to date) to /usr/include? BTW: I've completed the pthread_condattr* functions, and am on the pthread_cond_* functions now. If anyone here knows of a useful pthread condition variable test harness /suite, that'd be nice. (At the moment I'm writing from the opengroup specs, and comparing openBSD to what I produce... Rob