Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 14672 invoked from network); 17 Oct 2003 06:34:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Oct 2003 06:34:48 -0000 Received: (qmail 72673 invoked by uid 500); 17 Oct 2003 06:34:34 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 72654 invoked by uid 500); 17 Oct 2003 06:34:34 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 72640 invoked from network); 17 Oct 2003 06:34:34 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by daedalus.apache.org with SMTP; 17 Oct 2003 06:34:34 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAOC3-0003mB-00 for ; Fri, 17 Oct 2003 08:34:35 +0200 Mail-Followup-To: apreq-dev@httpd.apache.org X-Injected-Via-Gmane: http://gmane.org/ To: apreq-dev@httpd.apache.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAOC3-0003m3-00 for ; Fri, 17 Oct 2003 08:34:35 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAOC3-0005FB-00 for ; Fri, 17 Oct 2003 08:34:35 +0200 From: Joe Schaefer Subject: Re: [aq2] configure warnings Date: 17 Oct 2003 02:34:34 -0400 Lines: 35 Message-ID: References: <3F8D8BF5.3080603@stason.org> <3F8F1ADA.8090001@stason.org> <3F8F2155.4020006@stason.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stas Bekman writes: > Joe Schaefer wrote: > > Stas Bekman writes: > > > >>Joe Schaefer wrote: > >> > >>>Stas Bekman writes: > > [...] > > > >>>>Note (probably harmless): No library found for -lapreq2 > >>>>Note (probably harmless): No library found for -lapreq2 > >>>>Note (probably harmless): No library found for -lapreq2 > >>>>Note (probably harmless): No library found for -lapreq2 > >>>> > >>>>The latter seems to be quite important... > >>> > >>>Yes, but it's rather expected, since the library hasn't been > >>>compiled at this stage in the process. > >> > >>In which case it shouldn't pass -lapreq2 in LIBS. > > Huh? Then how do you propose we link the perl glue against the > > soon-to-be-compiled-from-source-libapreq2? > > When makemaker generates this warning, it removes the reported entries > from LIBS that gets used at the end. That's certainly a bad situation, since the perl glue will be b0rked if it does not link against -lapreq2. I just added the --enable-perl-glue option to cvs, which should take care of the timing issue (ensures the library exists before MP::MM creates the Makefiles). Give it a try. -- Joe Schaefer