From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30064 invoked by alias); 7 Nov 2005 22:28:38 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 30049 invoked by uid 22791); 7 Nov 2005 22:28:35 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 07 Nov 2005 22:28:35 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jA7MSUaW026751; Mon, 7 Nov 2005 23:28:30 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jA7MSUxE010559; Mon, 7 Nov 2005 23:28:30 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jA7MSTYd024365; Mon, 7 Nov 2005 23:28:29 +0100 (CET) Date: Mon, 07 Nov 2005 22:28:00 -0000 Message-Id: <200511072228.jA7MSTYd024365@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: pgilliam@us.ibm.com CC: gdb@sources.redhat.com In-reply-to: <200511071408.15039.pgilliam@us.ibm.com> (message from Paul Gilliam on Mon, 7 Nov 2005 14:08:15 -0800) Subject: Re: Can't build GDB on ppc system References: <200511071408.15039.pgilliam@us.ibm.com> X-SW-Source: 2005-11/txt/msg00174.txt.bz2 > From: Paul Gilliam > Date: Mon, 7 Nov 2005 14:08:15 -0800 > > Here is the tailend of what I get: > > gcc -m64 -c -g -O2 -mminimal-toc -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd -I../../src/gdb/../include -I../intl -I../../src/gdb/../intl -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function -Wuninitialized ../../src/gdb/doublest.c > ../../src/gdb/doublest.c: In function `floatformat_normalize_byteorder': > ../../src/gdb/doublest.c:135: error: `floatformat_vax' undeclared (first use in this function) > ../../src/gdb/doublest.c:135: error: (Each undeclared identifier is reported only once > ../../src/gdb/doublest.c:135: error: for each function it appears in.) > make: *** [doublest.o] Error 1 > Looks like you forgot to cvs update src/include and perhaps src/libiberty. Mark