From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: LD_RUN_PATH problem Date: Fri, 17 Oct 2003 08:17:45 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20031017.081745.25475500.wl@gnu.org> References: <20031017.080932.208965665.wl@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1066371622 18955 80.91.224.253 (17 Oct 2003 06:20:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2003 06:20:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Oct 17 08:20:21 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AANyH-0006IO-00 for ; Fri, 17 Oct 2003 08:20:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AANyG-0007j0-00 for ; Fri, 17 Oct 2003 08:20:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AANwz-0007jf-C1 for emacs-devel@quimby.gnus.org; Fri, 17 Oct 2003 02:19:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AANwg-0007jG-35 for emacs-devel@gnu.org; Fri, 17 Oct 2003 02:18:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AANwA-0007cA-G6 for emacs-devel@gnu.org; Fri, 17 Oct 2003 02:18:41 -0400 Original-Received: from [212.227.126.185] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AANw9-0007c1-4a for emacs-devel@gnu.org; Fri, 17 Oct 2003 02:18:09 -0400 Original-Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AANw8-000396-00 for emacs-devel@gnu.org; Fri, 17 Oct 2003 08:18:08 +0200 Original-Received: from [80.129.69.41] (helo=orion.univie.ac.at) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1AANw8-0005Yx-00 for emacs-devel@gnu.org; Fri, 17 Oct 2003 08:18:08 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id h9H6HkT26931 for ; Fri, 17 Oct 2003 08:17:46 +0200 Original-To: emacs-devel@gnu.org In-Reply-To: <20031017.080932.208965665.wl@gnu.org> X-Mailer: Mew version 4.0.58 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17195 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17195 > I could imagine that the contents of LD_RUN_PATH is converted to a > `-XLinker -R...' option. ^^^^^^^^ -Xlinker Werner