From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23082 invoked by alias); 25 Aug 2008 04:04:30 -0000 Received: (qmail 23072 invoked by uid 22791); 25 Aug 2008 04:04:30 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 25 Aug 2008 04:03:55 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m7P43IjZ008041 for ; Mon, 25 Aug 2008 00:03:38 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m7P4375t017876 for ; Mon, 25 Aug 2008 00:03:07 -0400 Received: from opsy.redhat.com (vpn-10-23.bos.redhat.com [10.16.10.23]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m7P431F7008940; Mon, 25 Aug 2008 00:03:01 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 2ABFA508204; Sun, 24 Aug 2008 22:03:11 -0600 (MDT) To: gdb-patches@sourceware.org Subject: Re: RFA: fix in features/Makefile References: <20080824223751.GB7324@caradoc.them.org> <20080825023538.GA20039@caradoc.them.org> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Mon, 25 Aug 2008 04:04:00 -0000 In-Reply-To: <20080825023538.GA20039@caradoc.them.org> (Daniel Jacobowitz's message of "Sun\, 24 Aug 2008 22\:35\:38 -0400") 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-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-08/txt/msg00609.txt.bz2 >>>>> "Daniel" == Daniel Jacobowitz writes: Daniel> stdout isn't a tty... dubious we should be doing this if it is. I'm Daniel> not sure why you get tui here, though, I don't think I do. Do you Daniel> have the gdbtui binary installed as gdb? I passed the full path to the just-built gdb to make. I looked at config.status and I didn't pass any argument to configure that would affect this. I believe my build takes the enable_tui=auto branch and then finds all the prereqs. So, I think this could affect anybody, depending on what devel packages they have installed. Tom