From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27731 invoked by alias); 10 Jun 2002 17:13:05 -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 27693 invoked from network); 10 Jun 2002 17:13:03 -0000 Received: from unknown (HELO tigress.cdcgy.com) (209.167.52.146) by sources.redhat.com with SMTP; 10 Jun 2002 17:13:03 -0000 Received: from mail.cdcgy.com by tigress.cdcgy.com via smtpd (for sources.redhat.com [209.249.29.67]) with SMTP; 10 Jun 2002 17:13:03 UT Received: by CSDNT99.cdcgy.com with Internet Mail Service (5.5.2653.19) id ; Mon, 10 Jun 2002 11:12:12 -0600 Message-ID: <83E3831A88E65844B01DB1A73FB66F9327A055@CSDNT99.cdcgy.com> From: "Rude, Randy [Cont]" To: gdb@sources.redhat.com Subject: Problem building 5.2 for m68k-elf on Solaris Date: Mon, 10 Jun 2002 10:13:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2002-06/txt/msg00083.txt.bz2 Has anyone else seen this? $ ../gdb-5.2/config.guess sparc-sun-solaris2.8 $ ../gdb-5.2/configure --target=m68k-elf [snip] $ make [snip] gcc -c -g -O2 -I/usr/include/v9 -I. -I../../gdb-5.2/gdb -I../../gdb-5.2/gdb/config -DHAVE_CONFIG_H -I../../gdb-5.2/gdb/../include/opcode -I../../gdb-5.2/gdb/../readline/.. -I../bfd -I../../gdb-5.2/gdb/../bfd -I../../gdb-5.2/gdb/../include -I../intl -I../../gdb-5.2/gdb/../intl -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized ../../gdb-5.2/gdb/ser-unix.c In file included from /usr/include/netinet/in.h:41, from /usr/include/sys/socket.h:200, from ../../gdb-5.2/gdb/ser-unix.c:29: /usr/include/sys/stream.h:327: redefinition of `struct bcache' gmake[1]: *** [ser-unix.o] Error 1 Randy