From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7086 invoked by alias); 4 Dec 2008 20:18:11 -0000 Received: (qmail 7078 invoked by uid 22791); 4 Dec 2008 20:18:10 -0000 X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Dec 2008 20:17:35 +0000 Received: by wf-out-1314.google.com with SMTP id 28so4283446wfc.24 for ; Thu, 04 Dec 2008 12:17:33 -0800 (PST) Received: by 10.115.59.4 with SMTP id m4mr9265627wak.204.1228421853312; Thu, 04 Dec 2008 12:17:33 -0800 (PST) Received: by 10.114.95.7 with HTTP; Thu, 4 Dec 2008 12:17:33 -0800 (PST) Message-ID: <1d9c131c0812041217n48a7774x8dcfad4c950a73df@mail.gmail.com> Date: Thu, 04 Dec 2008 20:18:00 -0000 From: "Kailas Narendran" To: pthreads-win32@sourceware.org Subject: Fwd: Build Issues with pthreads In-Reply-To: <1d9c131c0812041211t463f2490r846b744f60618894@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1d9c131c0812041110y462a61a4kc71fa58d3b9e6f42@mail.gmail.com> <575361.54101.qm@web51101.mail.re2.yahoo.com> <1d9c131c0812041211t463f2490r846b744f60618894@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2008/txt/msg00068.txt.bz2 Thanks for the reply. I ended up getting it to work, but I'm not sure why. I ultimately got rid of explicitly providing the library on the command line to the compiler and instead used: -lpthreadGC2 as an argument to g++, and everything works. can anyone tell me what the difference is? -kailas