From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24609 invoked by alias); 24 Nov 2009 22:29:53 -0000 Received: (qmail 24562 invoked by uid 22791); 24 Nov 2009 22:29:46 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from web33808.mail.mud.yahoo.com (HELO web33808.mail.mud.yahoo.com) (209.191.69.171) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 24 Nov 2009 22:26:55 +0000 Received: (qmail 9948 invoked by uid 60001); 24 Nov 2009 22:26:53 -0000 Message-ID: <865676.9147.qm@web33808.mail.mud.yahoo.com> Received: from [128.222.37.56] by web33808.mail.mud.yahoo.com via HTTP; Tue, 24 Nov 2009 14:26:53 PST X-RocketYMMF: andywang621 Date: Wed, 25 Nov 2009 16:06:00 -0000 From: Andrew Reply-To: ke@alum.bu.edu Subject: Re: Error message "Interpreter 'console' unrecognized" with gdb 6.8 pcsolaris To: Joel Brobecker Cc: gdb@sourceware.org In-Reply-To: <20091124213409.GD7908@adacore.com> 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: 2009-11/txt/msg00186.txt.bz2 I found out the problem. I had the "--disable-tui" option when configuring gdb. Removing it solved the problem. I'm just not sure why tui is required in this case, maybe something else is at play here. In the course of my probing what is wrong I generated binaries using a cross compiler (gcc 4.1.2) with the same --disable-tui option and that one worked. Andrew --- On Tue, 11/24/09, Joel Brobecker wrote: > From: Joel Brobecker > Subject: Re: Error message "Interpreter 'console' unrecognized" with gdb 6.8 pcsolaris > To: "Andrew" > Cc: gdb@sourceware.org > Date: Tuesday, November 24, 2009, 4:34 PM > > Interpreter 'console' > unrecognized. > > > > I haven't been able to find any information on this. > > Any clues on what might be wrong? > > Just a shot in the dark: Could it be a termcap thing? Have > you tried > setting the TERM variable to different settings? > > -- > Joel >