From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4256 invoked by alias); 20 Oct 2004 21:19:24 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4249 invoked from network); 20 Oct 2004 21:19:22 -0000 Received: from unknown (HELO mclean.mail.mindspring.net) (207.69.200.57) by sourceware.org with SMTP; 20 Oct 2004 21:19:22 -0000 Received: from reserved-role-dmzfront.fw.earthlink.net ([198.185.0.144] helo=[10.30.102.204]) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CKNre-0005sk-00; Wed, 20 Oct 2004 17:19:22 -0400 Subject: Re: compile error on solaris 8 and 2.6 From: Andrew Hall To: Michael Chastain Cc: gdb@sources.redhat.com, brobecker@gnat.com In-Reply-To: <4176CA13.nail4RV11TEFL@mindspring.com> References: <1098287184.27340.41.camel@flagg> <20041020174438.GE3527@gnat.com> <4176AEA7.nail4LS113L23@mindspring.com> <1098301417.27340.114.camel@flagg> <1098303035.27340.134.camel@flagg> <4176CA13.nail4RV11TEFL@mindspring.com> Content-Type: text/plain Message-Id: <1098307136.27340.145.camel@flagg> Mime-Version: 1.0 Date: Wed, 20 Oct 2004 21:46:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00384.txt.bz2 One last question. I noticed that gdb is attempting to install a version of libiberty.a. That is also installed by my gcc pkg. Is there anyway to get gdb to not build that lib and use the system version? Drew On Wed, 2004-10-20 at 16:26, Michael Chastain wrote: > Andrew Hall wrote: > > Scratch that...it's --disable-tui not --without-tui. So now thats its > > compiling, what is the impact of disabling tui. What will I not be able > > to use w/in gdb now that I have disabled tui? > > "tui" stands for "text user interface". > > The classic gdb interface is the command-line interface. > It looks like this: >