From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5739 invoked by alias); 17 May 2002 08:11:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5652 invoked from network); 17 May 2002 08:11:01 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 17 May 2002 08:11:01 -0000 Received: from Zaretsky ([80.230.2.40]) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id AFV46299; Fri, 17 May 2002 11:10:42 +0300 (IDT) Date: Fri, 17 May 2002 01:11:00 -0000 From: "Eli Zaretskii" To: drow@mvista.com Message-Id: <6480-Fri17May2002110920+0300-eliz@is.elta.co.il> CC: ac131313@cygnus.com, gdb-patches@sources.redhat.com, dj@delorie.com In-reply-to: <20020513135950.GB19484@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 13 May 2002 09:59:50 -0400) Subject: Re: [RFA] Type cleanups Reply-to: Eli Zaretskii References: <20020513003359.GA11672@nevyn.them.org> <3CDF3081.1020900@cygnus.com> <20020513135950.GB19484@nevyn.them.org> X-SW-Source: 2002-05/txt/msg00697.txt.bz2 > Date: Mon, 13 May 2002 09:59:50 -0400 > From: Daniel Jacobowitz > > Several targets (i586-pc-msdosdjgpp, sparc-elf, sparc64-elf) > failed with this message (also JB_SP for Sparc): > > In file included from /usr/include/setjmp.h:30, > from ../../src-build/gdb/top.c:58: > /usr/include/bits/setjmp.h:31: warning: `JB_PC' redefined > tm.h:57: warning: this is the location of the previous definition > make[1]: *** [top.o] Error 1 How come /usr/include/setjmp.h is being used for the DJGPP build? It should have used the headers from the cross-compilation toolkit, i.e. the headers that come with DJGPP development enviroment. And those don't define no steenking JB_PC. What am I missing? Are we talking about building a native DJGPP port of GDB, or about something else?