From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3500 invoked by alias); 3 Mar 2010 11:54:51 -0000 Received: (qmail 3480 invoked by uid 22791); 3 Mar 2010 11:54:50 -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 11:54:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6A6B82BAB9D; Wed, 3 Mar 2010 06:54:45 -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 mMx64XPLyVe0; Wed, 3 Mar 2010 06:54:45 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CBE162BAB21; Wed, 3 Mar 2010 06:54:44 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id DE32CF5917; Wed, 3 Mar 2010 15:54:37 +0400 (RET) Date: Wed, 03 Mar 2010 11:54:00 -0000 From: Joel Brobecker To: Anton Kunze Cc: gdb@sourceware.org Subject: Re: configure: error: no usable python found Message-ID: <20100303115437.GD15364@adacore.com> References: <4B8E49EC.2080501@technosis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B8E49EC.2080501@technosis.de> 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/msg00008.txt.bz2 > checking whether to use python... /usr/lib/Python-2.6.4 > checking for python2.6... no > checking for python2.5... no > checking for python2.4... no > configure: error: no usable python found at /usr/lib/Python-2.6.4 I'd recommend that you check the gdb/config.log file. Somewhere close to the end, before configure dumped its entire environment, you should see the compile check that was used to check for python2.6, and the error that caused configure discard to 2.6 python install. -- Joel