From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21403 invoked by alias); 3 Mar 2010 11:38:37 -0000 Received: (qmail 21383 invoked by uid 22791); 3 Mar 2010 11:38:36 -0000 X-SWARE-Spam-Status: No, hits=0.9 required=5.0 tests=AWL,BAYES_00,URIBL_BLACK 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 11:38:32 +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 1NmmuL-0006Rg-VA; Wed, 03 Mar 2010 12:38:30 +0100 Message-ID: <4B8E49EC.2080501@technosis.de> Date: Wed, 03 Mar 2010 11:38:00 -0000 From: Anton Kunze User-Agent: Thunderbird 2.0.0.18 (X11/20081112) MIME-Version: 1.0 To: gdb@sourceware.org Subject: configure: error: no usable python found Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit 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/msg00007.txt.bz2 Hello, I try to compile gdb 7.0.1 with python on suse linux, but I get this error message ("no usable python found"). 1. I build python in folder "/usr/lib/Python-2.6.4" with "./configure --enable-shared" and "make" 2. I compile gdb with "./configure --with-python=/usr/lib/Python-2.6.4" and "make" 3. I get this message on the end: 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 Files on /usr/lib/Python-2.6.4: drwxr-xr-x 5 root root 4096 1. Mär 18:22 build -rw-r--r-- 1 root root 329565 2. Mär 10:54 config.log -rwxr-xr-x 1 root root 44843 2. Mär 10:54 config.status -rwxr-xr-x 1 root root 684664 29. Sep 15:01 configure -rw-r--r-- 1 root root 109668 29. Sep 15:01 configure.in drwxr-xr-x 23 root root 4096 26. Okt 02:49 Demo drwxr-xr-x 16 root root 4096 26. Okt 02:56 Doc drwxr-xr-x 2 root root 4096 26. Okt 02:49 Grammar drwxr-xr-x 2 root root 4096 26. Okt 02:49 Include -rwxr-xr-x 1 root root 7122 14. Jun 2003 install-sh drwxr-xr-x 44 root root 12288 2. Mär 10:55 Lib lrwxrwxrwx 1 root root 36 2. Mär 09:31 libpython2.6 -> /usr/lib/Python-2.6.4/libpython2.6.a -rw-r--r-- 1 root root 5803312 2. Mär 10:55 libpython2.6.a -rwxr-xr-x 2 root root 4196759 2. Mär 10:55 libpython2.6.so -rwxr-xr-x 2 root root 4196759 2. Mär 10:55 libpython2.6.so.1.0 -rwxr-xr-x 1 root root 4196759 2. Mär 10:55 libpython.so -rw-r--r-- 1 root root 13925 3. Jan 2009 LICENSE drwxr-xr-x 11 root root 4096 26. Okt 02:49 Mac -rw-r--r-- 1 root root 42353 2. Mär 10:54 Makefile -rw-r--r-- 1 root root 39204 2. Mär 10:54 Makefile.pre -rw-r--r-- 1 root root 39091 24. Sep 21:22 Makefile.pre.in drwxr-xr-x 5 root root 4096 26. Okt 02:49 Misc drwxr-xr-x 8 root root 4096 2. Mär 10:55 Modules drwxr-xr-x 3 root root 4096 2. Mär 10:55 Objects drwxr-xr-x 2 root root 4096 2. Mär 10:55 Parser drwxr-xr-x 10 root root 4096 26. Okt 02:49 PC drwxr-xr-x 2 root root 4096 26. Okt 02:49 PCbuild -rw-r--r-- 1 root root 30962 2. Mär 10:54 pyconfig.h -rw-r--r-- 1 root root 29522 4. Mai 2009 pyconfig.h.in -rwxr-xr-x 1 root root 11370 2. Mär 10:55 python drwxr-xr-x 2 root root 4096 2. Mär 10:55 Python -rw-r--r-- 1 root root 54933 26. Okt 02:48 README drwxr-xr-x 5 root root 4096 26. Okt 02:49 RISCOS -rw-r--r-- 1 root root 83097 8. Okt 11:48 setup.py drwxr-xr-x 20 root root 4096 26. Okt 02:49 Tools I'am perplexed best regards