From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8859 invoked by alias); 30 Apr 2004 06:32:51 -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 8851 invoked from network); 30 Apr 2004 06:32:50 -0000 Received: from unknown (HELO delsyne.ro) (213.157.171.89) by sources.redhat.com with SMTP; 30 Apr 2004 06:32:50 -0000 Received: from firebird ([192.168.100.79]) by delsyne.ro (8.12.8/8.12.8) with SMTP id i3U6WcgG016295; Fri, 30 Apr 2004 09:32:40 +0300 Message-ID: <006601c42e7c$f7fe0a20$4f64a8c0@firebird> From: "George Mardale" To: "Vikas Gandhi" Cc: References: <7D5800A5B6E26644B2EB7A862856B0D410BC7642@SARASWATI> Subject: Re: problems linking Date: Fri, 30 Apr 2004 06:32:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg00047.txt.bz2 Hi again, I managed to solve the problem. Thanks to Ross Johnson for pointing out the correct approach. I use eVC++ and I used the prebuilt binaries, which I thouhght were for wince, but they weren't. After recompiling the wince port of pthreads-win32 (+ setting the proper #define-s), it worked... Thanks again for your support, guys. Best regards, George. ----- Original Message ----- From: "Vikas Gandhi" To: "George Mardale" Cc: Sent: Friday, April 30, 2004 7:30 AM Subject: RE: problems linking > 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.