From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12068 invoked by alias); 29 Apr 2004 04:57:46 -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 12054 invoked from network); 29 Apr 2004 04:57:44 -0000 Received: from unknown (HELO saraswati.quark.co.in) (203.193.132.103) by sources.redhat.com with SMTP; 29 Apr 2004 04:57:44 -0000 Received: by SARASWATI with Internet Mail Service (5.5.2656.59) id ; Thu, 29 Apr 2004 10:23:00 +0530 Message-ID: <7D5800A5B6E26644B2EB7A862856B0D410B09EB6@SARASWATI> From: Vikas Gandhi To: George Mardale Cc: pthreads-win32@sources.redhat.com Subject: RE: problems linking Date: Thu, 29 Apr 2004 04:57:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2004/txt/msg00044.txt.bz2 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.