From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7211 invoked by alias); 28 Apr 2004 15:59:06 -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 7202 invoked from network); 28 Apr 2004 15:59:05 -0000 Received: from unknown (HELO delsyne.ro) (213.157.171.89) by sources.redhat.com with SMTP; 28 Apr 2004 15:59:05 -0000 Received: from firebird ([192.168.100.79]) by delsyne.ro (8.12.8/8.12.8) with SMTP id i3SFx4gG005832 for ; Wed, 28 Apr 2004 18:59:04 +0300 Message-ID: <011901c42d39$c219e800$5864a8c0@firebird> From: "George Mardale" To: Subject: problems linking Date: Wed, 28 Apr 2004 15:59:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg00043.txt.bz2 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.