delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Date: | Tue, 21 Sep 2010 00:18:41 -0400 |
From: | Christopher Faylor <cgf-use-the-mailinglist-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: missing pthread.h in building 64-bit aaplications |
Message-ID: | <20100921041841.GC13592@ednor.casa.cgf.cx> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <29764972 DOT post AT talk DOT nabble DOT com> <20100921021846 DOT GB13592 AT ednor DOT casa DOT cgf DOT cx> <4C981AB8 DOT 8020602 AT cwilson DOT fastmail DOT fm> |
MIME-Version: | 1.0 |
In-Reply-To: | <4C981AB8.8020602@cwilson.fastmail.fm> |
User-Agent: | Mutt/1.5.20 (2009-06-14) |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Mon, Sep 20, 2010 at 10:38:48PM -0400, Charles Wilson wrote: >On 9/20/2010 10:18 PM, Christopher Faylor wrote: >> On Mon, Sep 20, 2010 at 05:01:52PM -0700, kenny AT ca wrote: >>> I used "x86_64-w64-mingw32-gcc ...." to build the application, but failed. >>> The output tells missing pthread.h. pthread.h is included in one of my >>> source files. >>> >>> I located the file, one in C:\cygwin\usr\include, the other >>> C:\cygwin\usr\x86_64-w64-mingw32\sys-root\mingw\include. >>> >>> I tried using -I to tell gcc to include pthread.h, but failed. why? >> >> This is a MinGW compiler. It doesn't support pthread. Any threading >> support would be with standard Windows calls. > >I don't think that's accurate. The x86_64-mingw64 cross compiler >package set includes a win32-pthreads package, including pthread.h. >It's necessary for gcc's OMP support via libgomp. Yeah, duh. I should have picked up on that from the report. Sorry for the noise. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |