From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20546 invoked by alias); 31 May 2007 08:08:06 -0000 Received: (qmail 20534 invoked by uid 22791); 31 May 2007 08:08:04 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.176) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 May 2007 08:08:00 +0000 Received: by wa-out-1112.google.com with SMTP id v27so108191wah for ; Thu, 31 May 2007 01:07:58 -0700 (PDT) Received: by 10.114.89.1 with SMTP id m1mr354034wab.1180598878817; Thu, 31 May 2007 01:07:58 -0700 (PDT) Received: by 10.114.39.19 with HTTP; Thu, 31 May 2007 01:07:58 -0700 (PDT) Message-ID: <4e777ed10705310107r28eac86fh63e4e66ae362cb1f@mail.gmail.com> Date: Thu, 07 Jun 2007 17:04:00 -0000 From: "Zhu Han" To: pthreads-win32@sourceware.org Subject: Re: Cannot link pthread In-Reply-To: <465E78D4.2060806@numericable.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <465E78D4.2060806@numericable.fr> X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2007/txt/msg00033.txt.bz2 unscribe pthread-win32 On 5/31/07, Vincent T wrote: > Dear pthread experts, > > I am new to using open source, and this question is certainly silly. I > recently downoaded GNU Chess for my daughter, and I tried to compile it > under MinGW (my platform is Windows 2000). I met a problem which I > reproduced by the attached test program (zipped with 7zip.exe). The file > log.txt is the result of the following command : > > make 2>log.txt > > VBR, > Vincent. > > PS1 : The link is successful with Visual lib if I suppress from test.c > the following lines : > > pthread_mutex_t mtx; > pthread_mutex_lock(0); > pthread_cond_signal(0); > pthread_cond_wait(0,0); > pthread_mutex_unlock(0); > > > -- best regards, hanzhu