This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Top-level Makefile


    - 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]