From mboxrd@z Thu Jan 1 00:00:00 1970 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) To: zack@codesourcery.com Cc: gcc@gcc.gnu.org Subject: Re: Top-level Makefile Date: Fri, 30 Nov 2001 03:05:00 -0000 Message-ID: <10111301059.AA25731@vlsi1.ultra.nyu.edu> X-SW-Source: 2001-11/msg01618.html Message-ID: <20011130030500.b5f9Dflna323WTzn7GpltXekq76nrJuQG_pUDZ5XWwQ@z> - 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. + echo nan.h ac_safe=nan_h + echo checking for nan.h... \c checking for nan.h... + echo configure:5085: checking for nan.h + echo ${ac_cv_header_nan_h+set} + eval test "${ac_cv_header_nan_h+set}" = set + test = set + cat ac_try=$CPP $CPPFLAGS conftest.c >/dev/null 2>conftest.out + eval echo configure:5095: "$CPP $CPPFLAGS conftest.c >/dev/null 2>conftest.out " + echo configure:5095: gcc -E conftest.c >/dev/null 2>conftest.out + grep -v ^conftest.c$ + grep -v ^ *+ conftest.out ac_err= + test -z + rm -rf conftest.c conftest.out + eval ac_cv_header_nan_h=yes ac_cv_header_nan_h=yes + rm -f conftest* + echo $ac_cv_header_nan_h + eval test "$ac_cv_header_nan_h" = yes + test yes = yes + echo yes yes + sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___% + echo nan.h ac_tr_hdr=HAVE_NAN_H + cat + sed y%./+-%__p_% + echo ieeefp.h ac_safe=ieeefp_h + echo checking for ieeefp.h... \c So it's not doing a whole lot, but doing it slowly: there are delays of perhaps 5-10 seconds between a number of those lines. - 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. Yes, 605 of them.