From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29956 invoked by alias); 12 May 2008 16:11:36 -0000 Received: (qmail 29945 invoked by uid 22791); 12 May 2008 16:11:35 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 May 2008 16:11:15 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6CCD8982C4; Mon, 12 May 2008 16:11:13 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 3160798278; Mon, 12 May 2008 16:11:12 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JvacJ-0003LS-JO; Mon, 12 May 2008 12:11:11 -0400 Date: Mon, 12 May 2008 20:39:00 -0000 From: Daniel Jacobowitz To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Subject: Re: [RFC][patch 1/9] initial Python support Message-ID: <20080512161111.GA12523@caradoc.them.org> Mail-Followup-To: Thiago Jung Bauermann , gdb-patches@sourceware.org References: <20080429155212.444237503@br.ibm.com> <20080429155304.288626880@br.ibm.com> <1209963038.25743.14.camel@localhost.localdomain> <20080505131026.GB27076@caradoc.them.org> <1209996380.25743.25.camel@localhost.localdomain> <20080505144606.GA32577@caradoc.them.org> <1210542361.617.5.camel@localhost.localdomain> <20080511215110.GA10113@caradoc.them.org> <1210608033.617.8.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1210608033.617.8.camel@localhost.localdomain> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes 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: 2008-05/txt/msg00380.txt.bz2 On Mon, May 12, 2008 at 01:00:33PM -0300, Thiago Jung Bauermann wrote: > The patch 1 in the python series plus the config/override.m4 patch I > posted in this thread are all that should be needed configure-wise, > IMHO. Sorry, but I was just talking about how to specify paths :-( I don't think the --with-python2.5, --with-python2.4 options are a good idea. How about --with-python=2.5 and search CPPFLAGS/LDFLAGS for that version? --with-python unspecified: use it if we find it --with-python: use it if we find it, else fail. Try 2.5 then 2.4. --without-python: no python --with-python=2.5: only try 2.5; else fail How does that sound? No need to rework the patch right now if you don't want; I need to look at the rest of it still :-) -- Daniel Jacobowitz CodeSourcery