From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14690 invoked by alias); 3 Mar 2010 13:32:15 -0000 Received: (qmail 14586 invoked by uid 22791); 3 Mar 2010 13:32:13 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_00,MISSING_HEADERS X-Spam-Check-By: sourceware.org Received: from wp151.webpack.hosteurope.de (HELO wp151.webpack.hosteurope.de) (80.237.132.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Mar 2010 13:32:09 +0000 Received: from 188-192-228-236-dynip.superkabel.de ([188.192.228.236] helo=[192.168.1.130]); authenticated by wp151.webpack.hosteurope.de running ExIM with esmtpa id 1NmogJ-0000aA-1f; Wed, 03 Mar 2010 14:32:07 +0100 Message-ID: <4B8E648D.2080601@technosis.de> Date: Wed, 03 Mar 2010 13:32:00 -0000 From: Anton Kunze User-Agent: Thunderbird 2.0.0.18 (X11/20081112) MIME-Version: 1.0 CC: gdb@sourceware.org Subject: Re: configure: error: no usable python found References: <4B8E49EC.2080501@technosis.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00011.txt.bz2 Hello Andreas, after "make install" in python folder and a new "configure" and "make" in gdb it works fine. :-) best regards Andreas Schwab schrieb: > Anton Kunze writes: > > >> 1. I build python in folder "/usr/lib/Python-2.6.4" with "./configure --enable-shared" and "make" >> > > You run make install then. > > Andreas. > >