From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20152 invoked by alias); 8 Jan 2002 20:46: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 20138 invoked by uid 71); 8 Jan 2002 20:46:02 -0000 Date: Tue, 08 Jan 2002 12:46:00 -0000 Message-ID: <20020108204602.20137.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/msg00341.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 21:53:44 +0100 Hi, On 3 Jan, rodrigc@gcc.gnu.org wrote: > Synopsis: irix6.5 bootstrap failure when using SGI's compiler > > State-Changed-From-To: feedback->analyzed > State-Changed-By: rodrigc > State-Changed-When: Wed Jan 2 22:39:17 2002 > State-Changed-Why: > Are you sure that you are bootstrapping with the > IRIX compiler? Some of your config.log looks like it > is trying to use gcc. Yes, I'm quite sure. With gcc 2.95.3 and gcc 3.1 everything works fine. > Did you follow the platform specific notes for IRIX at: > http://gcc.gnu.org/install/specific.html#mips-sgi-irix6 I thought I did, but I forgot to add "--disable-multilib" which explains my problems with the "-lc" flag. With "--disable-multilib" the problems with "-lc" disappear. It was my fault, sorry! > and set your CC environment variable to the full path > of the IRIX compiler, with the -n32 flag? I just said "CC=cc" without the full path. Usually the compiler defaults to "-n32". To be sure, however, I also tried "CC=/usr/bin/cc -n32" with the same result. > Also, do things still work if you remove "-lc" from > SHLIB_LINK in the file gcc/config/mips/t-iris6? That problem was my own fault, see above. So I didn't check this workaround. > If you update fastjar from CVS, I think I fixed those problems. I just did a complete bootstrap of the 3.1 20020107 snapshot. Yes, the fastjar issues seem to be solved! The only problems that still persist are the six wrong entries in auto-host.h. Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5117