X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <4C9877B3.30608@users.sourceforge.net> Date: Tue, 21 Sep 2010 17:15:31 +0800 From: JonY User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: missing pthread.h in building 64-bit aaplications References: <29764972 DOT post AT talk DOT nabble DOT com> In-Reply-To: <29764972.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 9/21/2010 08:01, kenny AT ca wrote: > > Hello All, > > Goal: Building 64-bit application on Cygwin > OS: 64-bit Windows 7 > > 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? Hi, Can you show us the command line used to compile? Add a "-v" as well so we can see where gcc searched for the headers. -- 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