This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
'make boostrap' / gcc 4.0
- From: Mathieu Malaterre <mmalater at nycap dot rr dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 25 Sep 2004 20:09:51 -0400
- Subject: 'make boostrap' / gcc 4.0
Hello,
I have just downloaded:
ftp://gcc.gnu.org/pub/gcc/snapshots/LATEST-4.0/gcc-4.0-20040919.tar.bz2
I did then a:
$ /tmp/gcc-4.0-20040919/configure --prefix=/opt/gcc4
--enable-languages=c,c++
$ make boostrap
make: *** No rule to make target `boostrap'. Stop.
Is there something new introduced in 4.x branch ? How do you boostrap gcc ?
thanks
Mathieu