From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9089 invoked by alias); 20 Aug 2008 14:37:52 -0000 Received: (qmail 9077 invoked by uid 22791); 20 Aug 2008 14:37:51 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Aug 2008 14:37:16 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m7KEb4Y2010166; Wed, 20 Aug 2008 10:37:04 -0400 Received: from opsy.redhat.com (vpn-10-77.bos.redhat.com [10.16.10.77]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m7KEb3cR028511; Wed, 20 Aug 2008 10:37:03 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id A32A937831E; Wed, 20 Aug 2008 08:37:10 -0600 (MDT) To: Mark Kettenis Cc: gdb@sourceware.org Subject: Re: Python not optional? References: <200808201429.m7KETPMV006783@brahms.sibelius.xs4all.nl> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Wed, 20 Aug 2008 18:53:00 -0000 In-Reply-To: <200808201429.m7KETPMV006783@brahms.sibelius.xs4all.nl> (Mark Kettenis's message of "Wed\, 20 Aug 2008 16\:29\:25 +0200 \(CEST\)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2008-08/txt/msg00229.txt.bz2 >>>>> "Mark" == Mark Kettenis writes: Mark> I always assumed that the Python scripting support would be optional. It is supposed to be. Mark> Luckily this isn't too difficult to fix; the attached rough Mark> diff does the job, but might need a bit of cleanup. I will send a different patch shortly. It would be helpful if you could mention the errors you saw. Tom