From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24840 invoked by alias); 24 Aug 2004 19:23:35 -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 24833 invoked from network); 24 Aug 2004 19:23:34 -0000 Received: from unknown (HELO www.thelaststop.net) (209.42.38.167) by sourceware.org with SMTP; 24 Aug 2004 19:23:34 -0000 Received: from www.thelaststop.net (localhost.thelaststop.net [127.0.0.1]) by www.thelaststop.net (8.12.8p1/8.12.8) with ESMTP id i7OJMRif083958; Tue, 24 Aug 2004 15:22:27 -0400 (EDT) (envelope-from rian@thelaststop.cjb.net) Received: (from webmaster@localhost) by www.thelaststop.net (8.12.8p1/8.12.8/Submit) id i7OJMRZB083957; Tue, 24 Aug 2004 15:22:27 -0400 (EDT) X-Authentication-Warning: www.thelaststop.net: webmaster set sender to rian@thelaststop.cjb.net using -f Subject: Re: archive? questions from new win32/pthreads user From: Rian Hunter To: Bobby Krupczak Cc: pthreads mailing list In-Reply-To: <20040824144204.GC5186@uncasville.krupczak.org> References: <200408241440.i7OEe5Cf095154@www6.pochta.ru> <20040824144204.GC5186@uncasville.krupczak.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1093375346.83953.2.camel@www.thelaststop.net> Mime-Version: 1.0 Date: Tue, 24 Aug 2004 19:23:00 -0000 X-SW-Source: 2004/txt/msg00103.txt.bz2 On Tue, 2004-08-24 at 10:42, Bobby Krupczak wrote: > Hi! > > > Probably you need to put the file pthreadsVC.dll (you can download it > > from ftp://sources.redhat.com/pub/pthreads-win32/dll-latest/lib/) in > > your system directory. > > Thanks; that does work as well as putting it in the current > directory. However, I was wanting to statically link so I would not > need to install a dll. pthreads-win32 isn't distributed as a static library in binary form. you're going to have to compile it with your application or just compile a static library. open the pre-made project file from the source distrib and change the target to a static library (using vc++). hope that helps. -rian