From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5919 invoked by alias); 28 Apr 2002 21:36:01 -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 5906 invoked by uid 71); 28 Apr 2002 21:36:00 -0000 Date: Sun, 28 Apr 2002 14:36:00 -0000 Message-ID: <20020428213600.5905.qmail@sources.redhat.com> To: dje@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Jan-Frode Myklebust Subject: Re: bootstrap/5644: Building g++ on AIX 5.1 seems to loop forever. Reply-To: Jan-Frode Myklebust X-SW-Source: 2002-04/txt/msg01573.txt.bz2 List-Id: The following reply was made to PR bootstrap/5644; it has been noted by GNATS. From: Jan-Frode Myklebust To: dje@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: bootstrap/5644: Building g++ on AIX 5.1 seems to loop forever. Date: Sun, 28 Apr 2002 23:30:05 +0200 On Fri, Apr 26, 2002 at 07:39:10PM -0000, dje@gcc.gnu.org wrote: > Other people are successfully bootstrapping GCC 3.0.4 on AIX. I think you are confusing building the various multilibs with looping forever. Yes, you're correct. This was pointed out by Roger Sayle about a month ago (don't know why the gnats page doesn't show this..). There were also a couple of suggestions for how to speed this up on AIX, f.ex. http://gcc.gnu.org/ml/gcc/2002-03/msg00086.html and defining CONFIG_SHELL=/usr/local/bin/bash. It actually took 10 hours to build gcc-3.0.4 on a single POWER4 cpu. -jf