From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29313 invoked by alias); 25 May 2006 20:46:03 -0000 Received: (qmail 29304 invoked by uid 22791); 25 May 2006 20:46:03 -0000 X-Spam-Check-By: sourceware.org Received: from bzq-25-94-44.cust.bezeqint.net (HELO isr-jlm-mail.Kayote.com) (212.25.94.44) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 May 2006 20:46:01 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Unable to build 2.7.0 Date: Thu, 25 May 2006 20:46:00 -0000 Message-ID: <1DDB0D3CC4E7F14FAE946361C0A60655B65E07@isr-jlm-mail.Kayote.com> From: "Moshe Matitya" To: X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2006/txt/msg00025.txt.bz2 I trying to build Pthreads-Win32 2.7.0 with MSVC++ 6.0 on Windows XP SP2, and I'm getting the following linker errors: Creating library pthreadVCE2.lib and object pthreadVCE2.exp misc.obj : error LNK2001: unresolved external symbol _ptw32_mcs_lock_release misc.obj : error LNK2001: unresolved external symbol _ptw32_mcs_lock_acquire mutex.obj : error LNK2001: unresolved external symbol _ptw32_relmillisecs semaphore.obj : error LNK2001: unresolved external symbol _ptw32_relmillisecs pthreadVCE2.dll : fatal error LNK1120: 3 unresolved externals =20 Any help would be much appreciated. =20 Thanks, =20 Moshe