From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13076 invoked by alias); 11 Dec 2003 22:00:47 -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 13069 invoked from network); 11 Dec 2003 22:00:46 -0000 Received: from unknown (HELO zsc3s004.nortelnetworks.com) (47.81.138.65) by sources.redhat.com with SMTP; 11 Dec 2003 22:00:46 -0000 Received: from zrc2c010.us.nortel.com (zrc2c010.us.nortel.com [47.103.120.50]) by zsc3s004.nortelnetworks.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id hBBM0hR29670 for ; Thu, 11 Dec 2003 14:00:44 -0800 (PST) Received: from zrc2c012.us.nortel.com ([47.103.120.52]) by zrc2c010.us.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id YT2Y6FA1; Thu, 11 Dec 2003 16:00:43 -0600 Received: from crchi02q.us.nortel.com ([47.102.213.67]) by zrc2c012.us.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 4H124HGG; Thu, 11 Dec 2003 16:00:43 -0600 Date: Thu, 11 Dec 2003 22:00:00 -0000 X-Sybari-Space: 00000000 00000000 00000000 00000000 From: David Frager To: gdb@sources.redhat.com Subject: Re: Problem with gdb 5.3 on AIX Message-Id: <20031211160005.4a2d72b2.frager@nortelnetworks.com> In-Reply-To: <20031211173038.C799B4B412@berman.michael-chastain.com> References: <20031211173038.C799B4B412@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00176.txt.bz2 The problem still occurs in 6.0. I am not able to provide these exact binaries, but I will attempt to build a generic version of them that has the same issue with gdb. Is it possible that I did not specific a proper configureation option when building gdb?? I only specified powerpc-ibm-aix4.3.3.0 My compile environment is gcc 3.3, running on AIX 4.3.3 /usr/gnu/bin/gcc --version gcc (GCC) 3.3 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Thanks On Thu, 11 Dec 2003 11:30:38 -0600 mec.gnu@mindspring.com wrote: > Doh! I forgot to mention: try it with gdb 6.0 first. > We're much more interested in gdb 6.0 than gdb 5.3. > > Michael C