From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21386 invoked by alias); 24 Aug 2004 19:49:44 -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 21256 invoked from network); 24 Aug 2004 19:49:42 -0000 Received: from unknown (HELO www.thelaststop.net) (209.42.38.167) by sourceware.org with SMTP; 24 Aug 2004 19:49:42 -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 i7OJmdif083982; Tue, 24 Aug 2004 15:48:39 -0400 (EDT) (envelope-from rian@thelaststop.cjb.net) Received: (from webmaster@localhost) by www.thelaststop.net (8.12.8p1/8.12.8/Submit) id i7OJmdxn083981; Tue, 24 Aug 2004 15:48:39 -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: <1093375346.83953.2.camel@www.thelaststop.net> References: <200408241440.i7OEe5Cf095154@www6.pochta.ru> <20040824144204.GC5186@uncasville.krupczak.org> <1093375346.83953.2.camel@www.thelaststop.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1093376917.83953.7.camel@www.thelaststop.net> Mime-Version: 1.0 Date: Tue, 24 Aug 2004 19:49:00 -0000 X-SW-Source: 2004/txt/msg00104.txt.bz2 On Tue, 2004-08-24 at 15:22, Rian Hunter wrote: > 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. oh yeah i forgot to mention. according to section 6a of the LGPL, if you are going to publicly release whatever project you are working on and you statically link pthreads-win32 you must also distribute the seperate linkable object code of your program along with the pthreads-win32 library source. -rian