From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12099 invoked by alias); 19 Nov 2002 16:26:04 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 12071 invoked by uid 71); 19 Nov 2002 16:26:03 -0000 Date: Tue, 26 Nov 2002 07:56:00 -0000 Message-ID: <20021119162603.12068.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Bernhard Simon Subject: Re: bootstrap/2622: gcc-2.95.3 fails to build on ULTRIX V4.5 Reply-To: Bernhard Simon X-SW-Source: 2002-11/txt/msg00980.txt.bz2 List-Id: The following reply was made to PR bootstrap/2622; it has been noted by GNATS. From: Bernhard Simon To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, simon@zid.tuwien.ac.at, gcc-gnats@gcc.gnu.org Cc: Subject: Re: bootstrap/2622: gcc-2.95.3 fails to build on ULTRIX V4.5 Date: Tue, 19 Nov 2002 17:22:08 +0100 (MET) > 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