This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Why does it take *so* long to bootstrap the 3.x compiler C,C++ on aix?
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: rutt at chezrutt dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 24 Mar 2003 13:17:48 -0500
- Subject: Re: Why does it take *so* long to bootstrap the 3.x compiler C,C++ on aix?
On Monday, March 24, 2003, at 11:50 AM, John Ruttenberg wrote:
After it gets done bootstrapping the compiler it goes into an orgy of
configure that lasts for hours and hours. What's it doing? Does
anybody know?
Is this AIX (i ask because your previous message mentions you use AIX)
If so, it's because of ksh.
Force the configure shell to be bash, and it'll go *much* faster.
--Dan