From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12901 invoked by alias); 14 Jan 2004 11:54:57 -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 12894 invoked from network); 14 Jan 2004 11:54:55 -0000 Received: from unknown (HELO prometheus.ds9.ch) (212.101.16.178) by sources.redhat.com with SMTP; 14 Jan 2004 11:54:55 -0000 Received: by prometheus.ds9.ch (Postfix, from userid 502) id 879B7FAE1; Wed, 14 Jan 2004 12:54:54 +0100 (MET) Date: Wed, 14 Jan 2004 11:54:00 -0000 From: Marcel Lanz To: Michael Elizabeth Chastain Cc: gdb@sources.redhat.com Subject: Re: gdb, c++ & namespaces Message-ID: <20040114115454.GA24982@ds9.ch> References: <20040114113605.E35B64B104@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040114113605.E35B64B104@berman.michael-chastain.com> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-01/txt/msg00175.txt.bz2 OK. good point. But It would be interesting to me to know why it fails ? just a line. I have to build my compilers and environment by myself for my arm dev environment, so I hope its not just "try the newer version..." thank you. marcel On Wed, Jan 14, 2004 at 06:36:05AM -0500, Michael Elizabeth Chastain wrote: > Hi Marcel, > > You have an old version of gdb. The current version is gdb 6.0. > There has been a lot of C++ work done in gdb 5.3 and gdb 6.0, > so please try gdb 6.0 first. > > Michael C