From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29257 invoked by alias); 29 Jan 2010 19:41:58 -0000 Received: (qmail 29248 invoked by uid 22791); 29 Jan 2010 19:41:58 -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; Fri, 29 Jan 2010 19:41:54 +0000 Received: (qmail 31696 invoked from network); 29 Jan 2010 19:41:53 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 29 Jan 2010 19:41:53 -0000 Date: Fri, 29 Jan 2010 19:41:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: gdb@sourceware.org, "tromey@redhat.com" Subject: Re: Installing python for gdb Message-ID: <20100129194147.GA16010@caradoc.them.org> Mail-Followup-To: Michael Snyder , gdb@sourceware.org, "tromey@redhat.com" References: <4B6336F2.3060302@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B6336F2.3060302@vmware.com> 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-01/txt/msg00218.txt.bz2 On Fri, Jan 29, 2010 at 11:28:50AM -0800, Michael Snyder wrote: > I've tried renaming /usr/local/bin/python2.6 to python, > in which case it runs fine from the bash shell, but for > reasons mystical to me the configure script still can't > seem to find it. It's not looking for the app, it's looking for the libraries. You might need a --with-python=/usr/local or something like that? config.log should show you the failed tests. -- Daniel Jacobowitz CodeSourcery