From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9196 invoked by alias); 8 Jan 2002 21:26:02 -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 9182 invoked by uid 71); 8 Jan 2002 21:26:02 -0000 Date: Tue, 08 Jan 2002 13:26:00 -0000 Message-ID: <20020108212602.9181.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: bootstrap/5117: irix6.5 bootstrap failure when using SGI's compiler Reply-To: Reichelt X-SW-Source: 2002-01/txt/msg00343.txt.bz2 List-Id: The following reply was made to PR bootstrap/5117; it has been noted by GNATS. From: Reichelt To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: bootstrap/5117: irix6.5 bootstrap failure when using SGI's compiler Date: Tue, 8 Jan 2002 22:40:28 +0100 Hello again, I had a closer look into the configure stuff, and I think that the problems in auto-host.h are caused by the fact that "ac_cv_type_ssize_t" and "ac_cv_type_pid_t" are not detected correctly. They should be set to "yes", but they are set to "no". This causes several other tests in the configure scripts to fail with the result of a screwed up "auto-host.h"-file. I'm now trying to bootstrap the compiler using the follwing two entries "config.cache" file: ac_cv_type_ssize_t=${ac_cv_type_ssize_t=yes} ac_cv_type_pid_t=${ac_cv_type_pid_t=yes} The first result is that the other four problems in auto-host.h disappeared. I have to see whether the rest of the bootstrap process runs fine, though. Meanwhile, I try to understand, why "ac_cv_type_ssize_t" and "ac_cv_type_pid_t" aren't set correctly. Greetings, Volker http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5117