Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Subject: Re: RE: posix threads From: "Timothy C Prince" To: frank DOT l DOT lane AT boeing DOT com CC: cygwin AT cygwin DOT com Date: Sat, 18 Jan 2003 00:14:17 +0000 X-Sender: tprince MIME-Version: 1.0 Message-ID: <1042848857.bfcebf40tprince@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h0I0Eau04020 -----Original Message----- From: "Lane, Frank L" To: cygwin 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:mdberger AT radix DOT net] 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/