This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-971215: Build failure on mips-sgi-irix6.2


Following my failure to build egcs-1.0, reported in

http://www.cygnus.com/ml/egcs-bugs/1997-Dec/0353.html

I decided to try snapshot 971215.  It, too, fails, but in a different
manner.

Environment:

oneida% ./config.guess
mips-sgi-irix6.2
oneida% uname -a
IRIX oneida 6.2 03131015 IP22

Contents of config.status:

#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
/users/turner/Tools/egcs-971215/configure --host=mips-sgi-irix6.2 --prefix=/users/turner/Tools --with-local-prefix=/users/turner/Tools --norecursion 
# using "/users/turner/Tools/egcs-971215/config/mh-irix6"

Build fails with:

cc -32 -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I/users/turner/Tools/egcs-971215/gcc -I/users/turner/Tools/egcs-971215/gcc/config /users/turner/Tools/egcs-971215/gcc/config/mips/mips.c
cfe: Error: /users/turner/Tools/egcs-971215/gcc/tree.h, line 2054: prototype and non-prototype declaration found for fatal, ellipsis terminator not allowed
 extern void fatal			(char *, ...) ;
 -----------------			---------^
cfe: Error: /users/turner/Tools/egcs-971215/gcc/config/mips/mips.c, line 82: redeclaration of 'fatal'; previous declaration at line 2054 in file '/users/turner/Tools/egcs-971215/gcc/tree.h'
 extern void   fatal ();
 --------------^
gmake[2]: *** [mips.o] Error 1

-- 
John A. Turner                       mailto:turner@blueskystudios.com
Senior Research Associate            http://www.blueskystudios.com
Blue Sky | VIFX                      http://www.vifx.com
One South Road, Harrison, NY 10528   http://www.lanl.gov/home/turner
Phone: 914-381-8400                  Fax: 914-381-9790/1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]