From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13280 invoked by alias); 26 Jul 2010 22:11:10 -0000 Received: (qmail 13269 invoked by uid 22791); 26 Jul 2010 22:11:09 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Jul 2010 22:11:05 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 265C63F062; Mon, 26 Jul 2010 15:11:04 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id 1A005C9AEA; Mon, 26 Jul 2010 15:11:04 -0700 (PDT) Message-ID: <4C4E07F7.4030409@vmware.com> Date: Mon, 26 Jul 2010 22:11:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Mike Frysinger CC: "gdb-patches@sourceware.org" , Tom Tromey Subject: Re: FYI: update for Python 2.7 References: <4C4DFDDD.1010203@vmware.com> <201007261738.26882.vapier@gentoo.org> In-Reply-To: <201007261738.26882.vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-07/txt/msg00404.txt.bz2 Mike Frysinger wrote: > On Monday, July 26, 2010 17:27:57 Michael Snyder wrote: >> Tom Tromey wrote: >>> I am checking this in. >>> >>> Python 2.7 was recently released. This patch updates GDB to build >>> correctly against it. >>> >>> I built this on my x86 box, with a local Python 2.7 build. >>> I ran the gdb.python tests with the new gdb without errors. >> Do we need a separate change for --with-python=? >> >> checking whether to use python... /build/toolchain/lin32/python-2.6/ >> configure: error: invalid value for --with-python >> make[1]: *** [configure-gdb] Error 1 > > when does "--with-python=" make sense ? i can understand --with-python, but > not that trailing "=" ... that does sound like an invalid value to me > -mike Sorry, --with-python=/build/toolchain/lin32/python-2.6 Which is of course a local install location.