From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4112 invoked by alias); 20 Oct 2004 20:29:18 -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 4104 invoked from network); 20 Oct 2004 20:29:17 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sourceware.org with SMTP; 20 Oct 2004 20:29:17 -0000 Received: from reserved-role-dmzfront.fw.earthlink.net ([198.185.0.144] helo=[10.30.102.204]) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1CKN5B-0000ir-00; Wed, 20 Oct 2004 16:29:17 -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; charset=ISO-8859-1 Message-Id: <1098304131.27340.140.camel@flagg> Mime-Version: 1.0 Date: Wed, 20 Oct 2004 21:36:00 -0000 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2004-10/txt/msg00383.txt.bz2 Outstanding! That should not be an issue to be missing.=20=20 I want to thank everyone for there assistance and willingness to help.=20=20 Thank you again very much, 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? >=20 > "tui" stands for "text user interface". >=20 > The classic gdb interface is the command-line interface. > It looks like this: >=20 > GNU gdb 6.2.50_2004-10-15-cvs > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and yo= u are > welcome to change it and/or distribute copies of it under certain condi= tions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for deta= ils. > This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_d= b library "/lib/libthread_db.so.1". >=20 > (gdb) >=20 > gdbtui looks like this: >=20 > =E2=E2=E2hello.c=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2= =E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2= =E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2 > =E24 { = =E2 > =E25 printf ("hello world\n"); = =E2 > =E26 return 0; = =E2 > =E27 } = =E2 > =E28 = =E2 > =E29 = =E2 > =E210 = =E2 > =E211 = =E2 > =E212 = =E2 > =E213 = =E2 > =E214 = =E2 > =E215 = =E2 > =E216 = =E2 > =E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2= =E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2= =E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2=E2= =E2=E2=E2=E2 > exec No process In: Line: ?? = PC: 0x0 > GDB is free software, covered by the GNU General Public License, and yo= u are > welcome to change it and/or distribute copies of it under certain condi= tions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for deta= ils. > This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_d= b library > "/lib/libthread_db.so.1". >=20 > That is, it looks more like vi or emacs, and less like a shell session. >=20 > Michael