This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.01 RC1 Available
- From: Jonathan Wakely <cow at compsoc dot man dot ac dot uk>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Thu, 9 Jun 2005 20:54:00 +0100
- Subject: Re: GCC 4.01 RC1 Available
- References: <42A72393.4000302@codesourcery.com>
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