From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25757 invoked by alias); 20 Feb 2003 19:48:48 -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 25750 invoked from network); 20 Feb 2003 19:48:48 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 20 Feb 2003 19:48:48 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h1KJmmN08660 for ; Thu, 20 Feb 2003 14:48:48 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KJmlf31489; Thu, 20 Feb 2003 14:48:47 -0500 Received: from localhost.localdomain (vpn50-1.rdu.redhat.com [172.16.50.1]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KJmlt19371; Thu, 20 Feb 2003 14:48:47 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h1KJmfY10679; Thu, 20 Feb 2003 12:48:41 -0700 Date: Thu, 20 Feb 2003 19:48:00 -0000 From: Kevin Buettner Message-Id: <1030220194841.ZM10678@localhost.localdomain> In-Reply-To: "Kris Warkentin" "GDB honouring RPATH in binaries." (Feb 20, 2:15pm) References: <0db801c2d914$78f80a50$0202040a@catdog> To: "Kris Warkentin" , Subject: Re: GDB honouring RPATH in binaries. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00432.txt.bz2 Kris, 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.) Kevin