------- Comment #3 from rob1weld at aol dot com 2009-01-07 17:34 ------- I configured using "--without-system-zlib" and _every_ file in gcc_build/zlib failed to create it's accompanying ".gcda" files. The build continued into the libcpp directory and thus far has been working OK in libcpp and the libdecnumber directories; going on to build the compiler ...
... config.status: executing libtool commands gmake[3]: Entering directory `/usr/share/src/gcc_build/zlib' ../../gcc_trunk/zlib/adler32.c:149: note: file /usr/share/src/gcc_build/zlib/libz_a-adler32.gcda not found, execution counts estimated ../../gcc_trunk/zlib/compress.c:79: note: file /usr/share/src/gcc_build/zlib/libz_a-compress.gcda not found, execution counts estimated ../../gcc_trunk/zlib/crc32.c:423: note: file /usr/share/src/gcc_build/zlib/libz_a-crc32.gcda not found, execution counts estimated ../../gcc_trunk/zlib/deflate.c:1674: note: file /usr/share/src/gcc_build/zlib/libz_a-deflate.gcda not found, execution counts estimated ../../gcc_trunk/zlib/gzio.c:1026: note: file /usr/share/src/gcc_build/zlib/libz_a-gzio.gcda not found, execution counts estimated ../../gcc_trunk/zlib/infback.c:623: note: file /usr/share/src/gcc_build/zlib/libz_a-infback.gcda not found, execution counts estimated ../../gcc_trunk/zlib/inffast.c:302: note: file /usr/share/src/gcc_build/zlib/libz_a-inffast.gcda not found, execution counts estimated ../../gcc_trunk/zlib/inflate.c:1368: note: file /usr/share/src/gcc_build/zlib/libz_a-inflate.gcda not found, execution counts estimated ../../gcc_trunk/zlib/inftrees.c:329: note: file /usr/share/src/gcc_build/zlib/libz_a-inftrees.gcda not found, execution counts estimated ../../gcc_trunk/zlib/trees.c:1219: note: file /usr/share/src/gcc_build/zlib/libz_a-trees.gcda not found, execution counts estimated ../../gcc_trunk/zlib/uncompr.c:61: note: file /usr/share/src/gcc_build/zlib/libz_a-uncompr.gcda not found, execution counts estimated ../../gcc_trunk/zlib/zutil.c:316: note: file /usr/share/src/gcc_build/zlib/libz_a-zutil.gcda not found, execution counts estimated ... gmake[3]: Leaving directory `/usr/share/src/gcc_build/zlib' Configuring stage feedback in ./libcpp ... gmake[3]: Leaving directory `/usr/share/src/gcc_build/libcpp' Configuring stage feedback in ./libdecnumber ... gmake[3]: Leaving directory `/usr/share/src/gcc_build/libdecnumber' gmake[3]: Entering directory `/usr/share/src/gcc_build/gcc' ... build/gcov-iov '4.4.0' 'experimental' > tmp-gcov-iov.h /bin/sh ../../gcc_trunk/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h echo timestamp > s-iov ... Continues to work, correctly, using -fprofile-use to build gcc ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38753