bootstrap/2622: gcc-2.95.3 fails to build on ULTRIX V4.5

Bernhard Simon simon@zid.tuwien.ac.at
Tue Nov 19 08:24:00 GMT 2002


> Synopsis: gcc-2.95.3 fails to build on ULTRIX V4.5
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: bangerth
> State-Changed-When: Tue Nov 19 07:59:22 2002
> State-Changed-Why:
>     This is a rather old bootstrap error. Can you say whether this
>     still happens with newer versions of gcc?
>     
>     Thanks, W.
> 
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2622
> 

AFAIK mips-dec-ultrix is not supported in newer versions of gcc any more.
So I did not try it, but was finally able to build gcc-2.95.3 with the
following changes (and with ANSI C, i.e. CC="cc -std1"):

   gcc/configure   (line 6078, 6080, 6082, 6159: ... test -x ...)
   gcc/cp/Make-lang.in   (line 169: ... [ -x ...)
   gcc/fixinc/fixincl.sh   (line 77, 100, 102: ... test -x ... [ ! -x ...)
   (void *) cmp_combine_givs_stats
      gcc/loop.c   (line 7044, 7285, 7459)
      texinfo/makeinfo/makeinfo.c   (line 8225)
   _IO_pos_t -> _IO_off_t
      libio/genops.c   (line 470, 473, 554, 885)
      libio/fileops.c   (line 422, 590)
      libio/ioseekoff.c   (line 28)
      libio/ioseekpos.c   (line 28, 31)
      libio/strops.c   (line 208)

-bernhard



More information about the Gcc-bugs mailing list