-----Original Message----- From: "Lane, Frank L" <[EMAIL PROTECTED]> To: cygwin <[EMAIL PROTECTED]> Date: Fri, 17 Jan 2003 17:53:41 -0600 Subject: RE: posix threads
Hi Mike, I don't know how the different version are cross-referenced but uname tells me I'm running CYGWIN_NT-5.0. And the POSIX Version is set to 199009(which I think means it does most thread stuff but not all of the POSIX 1003.1c stuff). Hopefully this in someway helps. BTW, there is pthread.h in my CYGWIN include directory. Frank -----Original Message----- From: Michael D. Berger & Rosalie A. Clavez [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 5:09 PM To: cygwin Subject: posix threads Does g++ (gcc) under Cygwin support posix threads? I have Cygwin with gcc 2.95.3-5, and I can't find any *.h files for threads. Thanks for your help Mike. Those URL's at the bottom of the e-mail list which pthreads functions should be supported. When we build gcc/g++ from the generic source, --enable-threads=posix is an option which normally is chosen, although it's not a default. It passes the threaded tests in gcc-testsuite. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/