From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14435 invoked by alias); 24 Oct 2002 18:51:08 -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 14427 invoked from network); 24 Oct 2002 18:51:06 -0000 Received: from unknown (HELO monsoon.nj.caldera.com) (68.52.213.60) by sources.redhat.com with SMTP; 24 Oct 2002 18:51:06 -0000 Received: by monsoon.nj.caldera.com (8.9.3/SCO5) id NAA01661 for gdb@sources.redhat.com; Thu, 24 Oct 2002 13:51:05 -0500 (CDT) Date: Thu, 24 Oct 2002 11:51:00 -0000 From: Robert Lipe To: gdb@sources.redhat.com Subject: compilation error in i386v-nat Message-ID: <20021024185105.GH23898@rjlhome.caldera.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i X-SW-Source: 2002-10/txt/msg00180.txt.bz2 The current GDB tree fails to build on OpenServer: Undefined first referenced symbol in file FP_REGNUM_P libgdb.a(i386v-nat.o) gdb: fatal error: Symbol referencing errors. No output written to gdb I don't know the rules of GDB's inclusion system, but this gets us past that hump and into a GDB that seems to work... Index: i386v-nat.c =================================================================== RCS file: /cvs/src/src/gdb/i386v-nat.c,v retrieving revision 1.11 diff -u -p -r1.11 i386v-nat.c --- i386v-nat.c 18 Aug 2002 21:53:55 -0000 1.11 +++ i386v-nat.c 24 Oct 2002 18:49:48 -0000 @@ -34,6 +34,7 @@ #include "inferior.h" #include "language.h" #include "gdbcore.h" +#include "i386-tdep.h" #ifdef USG #include