From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27746 invoked by alias); 20 Feb 2003 19:52:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27739 invoked from network); 20 Feb 2003 19:52:00 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 20 Feb 2003 19:52:00 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id OAA13503; Thu, 20 Feb 2003 14:40:15 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id OAA12958; Thu, 20 Feb 2003 14:52:00 -0500 Message-ID: <002101c2d919$84b66170$0202040a@catdog> From: "Kris Warkentin" To: "Kevin Buettner" , References: <0db801c2d914$78f80a50$0202040a@catdog> <1030220194841.ZM10678@localhost.localdomain> Subject: Re: GDB honouring RPATH in binaries. Date: Thu, 20 Feb 2003 19:52:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00435.txt.bz2 > Could you clarify something? When you refer to "RPATH", are you referring > to an environment variable or the search path found in an executable's > dynamic section (tagged with DT_RPATH)? > > (I was thinking you meant the latter, but I want to make sure we're > on the same page.) Yes, we are on the same page. I'm talking about the elf DT_RPATH. Kris