From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toon Moene To: law@cygnus.com Cc: egcs@cygnus.com Subject: egcs-971127 on m68k-next-nextstep3; Status Report Date: Sun, 30 Nov 1997 08:38:00 -0000 Message-id: <9711301456.AA14740@moene.indiv.nluug.nl> X-SW-Source: 1997-11/msg00979.html Hi, I managed to build all of egcs-971127 by using a trick to get the fixinclude'd include files in the right directory for gcc to find them. I copied all of .../gcc/include/ansi/*.h and .../gcc/include/bsd/*.h to .../gcc/include, with the exception of ansi/stdio.h, because otherwise I get the following failure during the build of the Objective C compiler: ./xgcc -B./ -DIN_GCC -O2 -g -O2 -I./include -I. -I. -I./config \ -c ./objc/misc.c -o objc/misc.o In file included from objc/runtime.h:31, from ./objc/misc.c:30: include/stdio.h:302: conflicting types for `_flsbuf' include/stdio.h:153: previous declaration of `_flsbuf' make[2]: *** [objc/misc.o] Error 1 which is interesting, because there only are 300 lines in stdio.h :-( This is line 153: 153 extern int _flsbuf(unsigned char c, FILE *iop); Anyway, because dejagnu doesn't build on my system, the only checking I did was to run c-torture-1.45 (same results as for egcs-971105 and much better than gcc-2.7.2.3). I also ran my own batch of Fortran programs on it (around 200,000 lines in 1,300 routines spread over half a dozen executables), which completed without problems. I hope the release is progressing on schedule. Regards, Toon.