Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 31172 invoked from network); 30 Nov 2006 19:59:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2006 19:59:15 -0000 Received: (qmail 57720 invoked by uid 500); 30 Nov 2006 19:59:23 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 57365 invoked by uid 500); 30 Nov 2006 19:59:23 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 57354 invoked by uid 99); 30 Nov 2006 19:59:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 11:59:22 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [128.195.24.168] (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 11:59:11 -0800 Received: from scotch.ics.uci.edu (localhost [127.0.0.1]) by scotch.ics.uci.edu (8.12.11.20060614/8.12.11) with ESMTP id kAUJwonP024504 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 30 Nov 2006 11:58:50 -0800 (PST) Received: (from jerenk@localhost) by scotch.ics.uci.edu (8.12.11.20060614/8.12.11/Submit) id kAUJwn9W024503 for dev@apr.apache.org; Thu, 30 Nov 2006 11:58:50 -0800 (PST) X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Thu, 30 Nov 2006 11:58:49 -0800 From: Justin Erenkrantz To: dev@apr.apache.org Subject: Re: mingw build Message-ID: <20061130195849.GB2515@scotch.ics.uci.edu> Mail-Followup-To: Justin Erenkrantz , dev@apr.apache.org References: <20061130142921.GA19404@cox.net> <5c902b9e0611300729k2e683c12h2fafa45f20dd7db2@mail.gmail.com> <20061130195207.GD19404@cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061130195207.GD19404@cox.net> User-Agent: Mutt/1.5.11 X-Spam-Checker-Version: SpamAssassin 3.2.0-r476035 (2006-11-16) on scotch.ics.uci.edu X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED,SPF_HELO_PASS autolearn=no version=3.2.0-r476035 On Thu, Nov 30, 2006 at 02:52:07PM -0500, Bob Rossi wrote: > Do you have any suggestions on how to configure apr on cygwin with > mingw? Note that this configuration allows me to have thread support. Is > that OK? Will my house blow up if I link to this library? I've never tried to compile for MinGW with Cygwin. I just used the msys development kit (which, AFAIK, are native binaries; not Cygwin binaries) and all went well. -- justin