From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20189 invoked by alias); 12 Nov 2001 23:02:36 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20167 invoked from network); 12 Nov 2001 23:02:35 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sourceware.cygnus.com with SMTP; 12 Nov 2001 23:02:35 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id DE94E3EF7; Mon, 12 Nov 2001 18:02:35 -0500 (EST) Message-ID: <3BF0550B.7080300@cygnus.com> Date: Thu, 01 Nov 2001 14:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: RDBrown@mira.net, RBrown64@csc.com.au Cc: gdb@sources.redhat.com Subject: Re: Vendor compiler problems and Results for 5.0.93 -nx gdb testsuite on References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00024.txt.bz2 >>Hmm, devo no longer has gdb/gnu-regex.c so if this problem is there it >>will be in a different form. Have you tried just including libiberty? > > > Not yet. Will have a look.. Main point is that gdb 5.1 may require gcc > on platforms that don't provide alloca. Yes, sigh. >>Does it build using GCC? > > gcc 2.95.3 built testresults were fine. > > alpha-dec-osf4.0e built with gcc 2.95.x gives a gdb internal error on > startup but may work thereafter. Ok, thanks. I'll add it. You may want to give something like ``CC="cc -DUSE_LDR_ROUTINES"'' a wirl. Check for USE_LDR_ROUTINES in the sources for more info. Andrew