From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21225 invoked by alias); 25 Mar 2005 11:14:07 -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 21181 invoked from network); 25 Mar 2005 11:14:01 -0000 Received: from unknown (HELO dd2330.kasserver.com) (81.209.184.87) by sourceware.org with SMTP; 25 Mar 2005 11:14:01 -0000 Received: from [62.47.249.225] (M720P001.adsl.highway.telekom.at [62.47.249.225]) by dd2330.kasserver.com (Postfix) with ESMTP id AE59AE847D for ; Fri, 25 Mar 2005 12:09:54 +0100 (CET) Message-ID: <4243FF94.3040700@manuelegle.com> Date: Fri, 25 Mar 2005 11:14:00 -0000 From: Manuel Egle User-Agent: Mozilla Thunderbird 1.0 (X11/20041228) MIME-Version: 1.0 To: pthreads-win32@sources.redhat.com Subject: Statically linking with MinGW Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005/txt/msg00047.txt.bz2 Hi, can anyone tell me how to build a library for static linking with MinGW? When i build the library with make "clean GC" it builds a libpthreadGC2.a file, but this file depends on the dll and i don't want to distribute the dll with my app. the lib should be static linked.