Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 81839 invoked from network); 27 Sep 2004 16:34:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Sep 2004 16:34:54 -0000 Received: (qmail 89526 invoked by uid 500); 27 Sep 2004 16:34:53 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 89474 invoked by uid 500); 27 Sep 2004 16:34:52 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 89461 invoked by uid 99); 27 Sep 2004 16:34:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Message-ID: <4158424E.8090106@fujitsu-siemens.com> Date: Mon, 27 Sep 2004 18:39:42 +0200 From: jean-frederic clere Reply-To: jfrederic.clere@fujitsu-siemens.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040517 X-Accept-Language: ca, en, fr, de MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: cvs commit: apr/build jlibtool.c References: <20040927162116.74308.qmail@minotaur.apache.org> In-Reply-To: <20040927162116.74308.qmail@minotaur.apache.org> X-Enigmail-Version: 0.84.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jfclere@apache.org wrote: > jfclere 2004/09/27 09:21:16 > > Modified: build jlibtool.c > Log: > Use -L path -llib_name instead of path/"lib"lib_name."ext". > That is still not ok because httpd would need something like: > -Brpath=pathname or -Wl,-Brpath-pathname but we only have this information > when building the library (when libtool is called with -rpath pathname). Should I store the "pathname" in the *.la file (that is what the gnu libtool does)? Cheers Jean-Frederic +++ CUT +++