From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4906 invoked by alias); 8 Feb 2010 20:09:37 -0000 Received: (qmail 4896 invoked by uid 22791); 8 Feb 2010 20:09:37 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Feb 2010 20:09:34 +0000 Received: (qmail 27761 invoked from network); 8 Feb 2010 20:09:32 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 8 Feb 2010 20:09:32 -0000 Date: Mon, 08 Feb 2010 20:09:00 -0000 From: Daniel Jacobowitz To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [RFC] Help python find its files Message-ID: <20100208200927.GA17465@caradoc.them.org> Mail-Followup-To: Doug Evans , gdb-patches@sourceware.org References: <20100208192942.D971F84415@ruffy.mtv.corp.google.com> <20100208195627.GA16662@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00230.txt.bz2 On Mon, Feb 08, 2010 at 12:04:44PM -0800, Doug Evans wrote: > Amazing, or depressing, how I forget such things. It's not the typical scenario :-) You could always add another option. Actually, I'm not sure relocatability really works... it would depend on what Python did. I know that for my builds, I have a local patch to override the Python default paths. But the place I override them to only has Python modules in it, not the Python libraries or headers. -- Daniel Jacobowitz CodeSourcery