Re: problem with pthread.h

2009-03-26 Thread Dave Korn
Dana wrote: > I have the same problem with or without -I in the command line. The > thing is that I did the command > grep "pthread_attr_t" sys/*.h > while being in /usr/include, and it came up empty. Right, that settles it; your installation is just broken somehow. ad...@ubik /usr/include $ gr

Re: problem with pthread.h

2009-03-26 Thread Dana
I have the same problem with or without -I in the command line. The thing is that I did the command grep "pthread_attr_t" sys/*.h while being in /usr/include, and it came up empty. Furthermore, I had an older version of cygwin from a few months back which had the said type in the file types.h,

Re: problem with pthread.h

2009-03-25 Thread Dave Korn
Václav Haisman wrote: > Dana wrote, On 25.3.2009 20:58: >> I have been trying to compile a program that needs to use the pthread >> library under cygwin. I have installed the newest versions of all of the >> tools. The file pthread.h is there in /usr/include, but the types used >> in it, like pthre

Re: problem with pthread.h

2009-03-25 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dana wrote, On 25.3.2009 20:58: > I have been trying to compile a program that needs to use the pthread > library under cygwin. I have installed the newest versions of all of the > tools. The file pthread.h is there in /usr/include, but the types use

problem with pthread.h

2009-03-25 Thread Dana
I have been trying to compile a program that needs to use the pthread library under cygwin. I have installed the newest versions of all of the tools. The file pthread.h is there in /usr/include, but the types used in it, like pthread_attr_t for example, are normally defined in sys/types.h. Exce

RE: problem with pthread.h - child thread's ending locks up main thread

2004-10-21 Thread Ben Lavender
Downloading the latest build of cygwin1.dll and installing it has fixed this problem, but it does make me rather uncomfortable...so ist das Leben, I guess! Thanks for your time; I appreciate the help. ben > -Original Message- > From: cygwin-owner On Behalf Of Ben Lavender > Sent: 21 Oct

RE: problem with pthread.h - child thread's ending locks up main thread

2004-10-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Ben Lavender > Sent: 21 October 2004 12:06 > Hello all, I have a problem. I have a bug or misconfig that manifests > itself in pthreads.h. > > Basically, if a child thread ends, the main thread stops executing. > The program does no

problem with pthread.h - child thread's ending locks up main thread

2004-10-21 Thread Ben Lavender
Hello all, I have a problem. I have a bug or misconfig that manifests itself in pthreads.h. Basically, if a child thread ends, the main thread stops executing. The program does not end, but it doesn't go any further. I see that a similar problem was posted to this list about 2 weeks ago, but th