On Wed, Jun 08, 2005 at 09:57:55AM -0700, Mark Mitchell wrote: > The GCC 4.0.1 RC1 prerelease is available here: > > ftp://gcc.gnu.org/pub/gcc/prerelease-4.0.1-20050607/ > > Please test these tarballs, and let me know about showstoppers.
I downloaded the gcc and gcc-g++ tarballs. x86_64 linux (FC3): $ ../gcc-4.0.1-20050607/configure --enable-languages=c,c++ ... configures OK ... $ make bootstrap ... bootstraps OK ... $ make check make[1]: Entering directory `/home/redi/src/gcc/tmp/build401/fixincludes' autogen -T ../../gcc-4.0.1-20050607/fixincludes/check.tpl ../../gcc-4.0.1-20050607/fixincludes/inclhack.def make[1]: autogen: Command not found make[1]: *** [check] Error 127 make[1]: Leaving directory `/home/redi/src/gcc/tmp/build401/fixincludes' make: *** [check-fixincludes] Error 2 "make -k check" continues OK (and is still running), but should a release be looking for autogen like that? jon