From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20663 invoked by alias); 1 Sep 2004 20:47:51 -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 20656 invoked from network); 1 Sep 2004 20:47:50 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sourceware.org with SMTP; 1 Sep 2004 20:47:50 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1C2c1G-00052U-00; Wed, 01 Sep 2004 16:47:50 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 8A2FB4B102; Wed, 1 Sep 2004 16:47:51 -0400 (EDT) Date: Wed, 01 Sep 2004 20:47:00 -0000 From: Michael Chastain To: Mark_Helzer@adp.com, gdb@sources.redhat.com Subject: Re: Problem compiling 6.2 on dec alpha Message-ID: <41363575.nailLXE17MYO9@mindspring.com> References: <86F706952883A445B8B6D8ACF27C2B76E0178D@nexus.plaza.ds.adp.com> In-Reply-To: <86F706952883A445B8B6D8ACF27C2B76E0178D@nexus.plaza.ds.adp.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00008.txt.bz2 Hmmm, try editing bfd-in.h and bfd-in2.h and adding this line near the top: #include "bfdlink.h" I suspect that the Digital Unix compiler is bitching about a parameter mismatch because it has an incomplete definition of struct bfd_link_info when it parses the prototype for bfd_get_relocated_section_contents, and then later on it has a complete definition of struct bfd_link_info when it parses definition for bfd_get_relocated_section_contents. Or, you could try using gcc to build gdb. I recently built gdb 6.0 on native alphaev56-dec-osf4.0g with gcc 3.3.4. I can't build any later gdb's because they run into PR gdb/1626. I haven't tried actually *running* gdb on osf 4.0 after I built it, though. Hope this helps, Michael Chastain