From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16353 invoked by alias); 11 Aug 2010 19:08:18 -0000 Received: (qmail 16334 invoked by uid 22791); 11 Aug 2010 19:08:17 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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, 11 Aug 2010 19:07:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9034C2BAC1A; Wed, 11 Aug 2010 15:07:31 -0400 (EDT) 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 DZPRTIP011ed; Wed, 11 Aug 2010 15:07:31 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5F7082BAC10; Wed, 11 Aug 2010 15:07:31 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D18A1F58FA; Wed, 11 Aug 2010 12:07:22 -0700 (PDT) Date: Wed, 11 Aug 2010 19:08:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [RFC] python-config.py --ldflags should return relocated path to libpython Message-ID: <20100811190722.GB2834@adacore.com> References: <1278627885-9416-1-git-send-email-brobecker@adacore.com> <20100805185347.GA31513@host1.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100805185347.GA31513@host1.dyn.jankratochvil.net> 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-08/txt/msg00153.txt.bz2 > On Fedora 14snapshot x86_64 it generates the following warnings: > > /usr/bin/ld: skipping incompatible /usr/lib/libtinfo.so when searching for -ltinfo I presume that this is because python is installed in /usr/bin, but /usr/lib contains the 32bit SOs? Where is the libpython.so installed for fedora? On Ubuntu, for instance, /usr/lib/libpython2.6.so.1.0 is a 64bit library.... -- Joel