From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zack Weinberg To: Richard Kenner Cc: gcc@gcc.gnu.org Subject: Re: Top-level Makefile Date: Thu, 29 Nov 2001 09:11:00 -0000 Message-ID: <20011129091143.A8286@codesourcery.com> References: <10111291352.AA21968@vlsi1.ultra.nyu.edu> X-SW-Source: 2001-11/msg01564.html Message-ID: <20011129091100.WfAxFGCdBVo3TwGz4ZrF7YQbTgNWhdcVZ5zZ4rqyN-w@z> On Thu, Nov 29, 2001 at 08:52:38AM -0500, Richard Kenner wrote: > > BTW, my configure for libstdc++v3 is still running and it's been over an > hour and 45 minutes. We had some analysis awhile ago of this problem. See http://gcc.gnu.org/ml/gcc/2001-03/msg00804.html Could you please check the following things, to make sure it's the same problem: - Put "set -x" at the top of the configure script, then post the last thirty or so lines of the output once it gets stuck. - Look in all the tmp directories your system has (/tmp, /usr/tmp, /var/tmp, etc) and see if there's a large number of scratch files created by the configure script. zw