This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: pthread_cond*



----- Original Message -----
From: "Corinna Vinschen" <cygwin-apps@cygwin.com>
To: "cygapp" <cygwin-apps@cygwin.com>
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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]