From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29156 invoked by alias); 30 Apr 2004 04:32:28 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 29149 invoked from network); 30 Apr 2004 04:32:26 -0000 Received: from unknown (HELO saraswati.quark.co.in) (203.193.132.103) by sources.redhat.com with SMTP; 30 Apr 2004 04:32:26 -0000 Received: by SARASWATI with Internet Mail Service (5.5.2656.59) id ; Fri, 30 Apr 2004 10:00:37 +0530 Message-ID: <7D5800A5B6E26644B2EB7A862856B0D410BC7642@SARASWATI> From: Vikas Gandhi To: George Mardale Cc: pthreads-win32@sources.redhat.com Subject: RE: problems linking Date: Fri, 30 Apr 2004 04:32:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2004/txt/msg00046.txt.bz2 Please give all your details which compiler are u using ????? If I remember currently u can also make all the test during build itself that too with no issues. Please give more details what are u trying to do. Mail yr program also. --Vikas -----Original Message----- From: George Mardale [mailto:gix@delsyne.ro] Sent: Thursday, April 29, 2004 4:35 PM To: Vikas Gandhi Cc: pthreads-win32@sources.redhat.com Subject: Re: problems linking Hi, I tested one example (valid1.c), but the errors are still the same. Any other ideas? Thanks, George. ----- Original Message ----- From: "Vikas Gandhi" To: "George Mardale" Cc: Sent: Thursday, April 29, 2004 7:52 AM Subject: RE: problems linking > Have u been able to compile the tests that come along with pthreads-win32. I > am pretty sure that u'll get your answers there itself. > > --Vikas > > -----Original Message----- > From: pthreads-win32-owner@sources.redhat.com > [mailto:pthreads-win32-owner@sources.redhat.com] On Behalf Of George Mardale > Sent: Wednesday, April 28, 2004 9:29 PM > To: pthreads-win32@sources.redhat.com > Subject: problems linking > > Hi, > > I am having a problem using "POSIX threads for win32" binaries. > > I am porting to wince an unix application which uses posix threads. The > compilation works fine, but the linking phase fails (I use pthreadVCE.lib > for linking). The message is: > ... unresolved external symbol __imp_pthread_cond_wait referenced in ... > > I looked inside pthreadVCE.lib and it seems to have a function called > __imp__pthread_cond_wait. So, there is an extra "_" appearing. > Can you please point me to a solution to fix this problem? > > Best regards, > George.