Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 73097 invoked from network); 21 May 2008 01:48:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2008 01:48:29 -0000 Received: (qmail 55131 invoked by uid 500); 21 May 2008 01:48:29 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 55082 invoked by uid 500); 21 May 2008 01:48:29 -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 55071 invoked by uid 99); 21 May 2008 01:48:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 18:48:29 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FM_FAKE_HELO_VERIZON,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [206.46.173.3] (HELO vms173003pub.verizon.net) (206.46.173.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 01:47:35 +0000 Received: from black ([71.245.67.80]) by vms173003.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K17004AJ3IQ8LC1@vms173003.mailsrvcs.net> for dev@apr.apache.org; Tue, 20 May 2008 20:44:51 -0500 (CDT) Received: from bob by black with local (Exim 4.69) (envelope-from ) id 1JydQc-0006h0-8v; Tue, 20 May 2008 21:47:42 -0400 Date: Tue, 20 May 2008 21:47:42 -0400 From: Bob Rossi Subject: Re: dbd pgsql autotools patch In-reply-to: <1211333815.23239.64.camel@shrek.rexursive.com> To: Bojan Smojver Cc: APR Development List Mail-followup-to: Bojan Smojver , APR Development List Message-id: <20080521014742.GE24464@brasko.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline References: <1211255385.23239.42.camel@shrek.rexursive.com> <20080520105514.GK19723@brasko.net> <1211317193.23239.43.camel@shrek.rexursive.com> <1211318084.23239.46.camel@shrek.rexursive.com> <20080520233436.GB24464@brasko.net> <1211327377.23239.56.camel@shrek.rexursive.com> <20080521000449.GC24464@brasko.net> <1211328445.23239.58.camel@shrek.rexursive.com> <20080521002601.GD24464@brasko.net> <1211333815.23239.64.camel@shrek.rexursive.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Virus-Checked: Checked by ClamAV on apache.org On Wed, May 21, 2008 at 11:36:55AM +1000, Bojan Smojver wrote: > On Tue, 2008-05-20 at 20:26 -0400, Bob Rossi wrote: > > That's because as you can see the -lpq went at the > > end which is incorrect. > > The real problem is that we're adding libraries to LDFLAGS. We should be > adding them to LIBS. I meant to fix that long time ago, but I always get > put off by the fact that many config programs mix these two together > (ARGH!). > > Could you do a quick test for me? Try the attached patch... That worked on windows! I don't have time to test linux now. Thanks very much! Bob Rossi