From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5997 invoked by alias); 26 May 2003 22:29:03 -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 5985 invoked from network); 26 May 2003 22:29:03 -0000 Received: from unknown (HELO mwinf0201.wanadoo.fr) (193.252.22.29) by sources.redhat.com with SMTP; 26 May 2003 22:29:03 -0000 Received: from pejitei (unknown [193.253.200.217]) by mwinf0201.wanadoo.fr (SMTP Server) with SMTP id 38CCF300043D for ; Tue, 27 May 2003 00:29:02 +0200 (CEST) Message-ID: <001801c323d6$7425e580$0c00000a@pejitei> Reply-To: "Ghislain Cottat" From: "Ghislain Cottat" To: Subject: Unresolved reference _imp__pthread_XXXX Date: Mon, 26 May 2003 22:29:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2003/txt/msg00057.txt.bz2 oops sorry for the fumble ;) the end of the mail was : " ...since a dumpbin on libpthreadGC.a gives : CD40 __imp__pthread_mutex_init CD40 _pthread_mutex_init (for example) " Thanks in advance for your help, Another thing is that when I tried to compile pthreadGCE, I got the following error : In file included from private.c:45: ptw32_threadStart.c:89: syntax error before `;' token ptw32_threadStart.c: In function `void ptw32_terminate()': ptw32_threadStart.c:109: `ptw32_oldTerminate' undeclared (first use this function) ptw32_threadStart.c:109: (Each undeclared identifier is reported only once for each function it appears in.) ptw32_threadStart.c:109: `set_terminate' undeclared (first use this function) ptw32_threadStart.c:112: `terminate' undeclared (first use this function) ptw32_threadStart.c: In function `unsigned int ptw32_threadStart(void*)': ptw32_threadStart.c:269: `terminate_handler' undeclared (first use this function) ptw32_threadStart.c:269: parse error before `=' token ptw32_threadStart.c:272: `term_func' undeclared (first use this function) make[1]: *** [private.o] Error 1 whereas the README file tells building pthreadGCE with mingw32 is OK ! Good night all, -- Ghislain Cottat