From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13812 invoked by alias); 3 Mar 2010 09:46:09 -0000 Received: (qmail 13798 invoked by uid 22791); 3 Mar 2010 09:46:08 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Mar 2010 09:46:03 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2B3352BABA5; Wed, 3 Mar 2010 04:46:02 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id l9Z7RiFVgt11; Wed, 3 Mar 2010 04:46:02 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9094C2BAB9F; Wed, 3 Mar 2010 04:46:01 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 46999F5917; Wed, 3 Mar 2010 13:45:54 +0400 (RET) Date: Wed, 03 Mar 2010 09:46:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Michael Snyder , "gdb@sourceware.org" Subject: Re: python config question Message-ID: <20100303094554.GC15364@adacore.com> References: <4B8C5DD4.1070501@vmware.com> <20100302052219.GF2850@adacore.com> <4B8D54E1.7030003@vmware.com> <20100303045039.GB15364@adacore.com> <20100303092047.GA24396@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100303092047.GA24396@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00006.txt.bz2 > IIUC you ship libpython*.so.* libraries bundled with the shipped gdb. > Isn't ld.so's $ORIGIN useful? Yep - very useful (in fact, I had forgotten about this already). I just wanted to give Michael some of the standard options to deal with his situation... -- Joel