This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/2622: gcc-2.95.3 fails to build on ULTRIX V4.5
- From: Bernhard Simon <simon at zid dot tuwien dot ac dot at>
- To: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, simon at zid dot tuwien dot ac dot at, gcc-gnats at gcc dot gnu dot org
- Date: Tue, 19 Nov 2002 17:22:08 +0100 (MET)
- Subject: Re: bootstrap/2622: gcc-2.95.3 fails to build on ULTRIX V4.5
> 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