This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
no "bootstrap" after configure...
- To: gcc at gcc dot gnu dot org
- Subject: no "bootstrap" after configure...
- From: "Lawrence K. Mao" <lkmao at unf dot edu>
- Date: Sat, 14 Jul 2001 15:08:21 -0400 (EDT)
Hi,
I download a version of gcc-2.95.1 to install on my RedHat 6.1
(using gcc-2.91.66 or egcs-2.91.66) but run into a small problem...
After creating "objdir" under "/usr/src/redhat/SOURCES/gcc-2.95.1" as
describes in "Installing GCC: Configuration," I run the configuration
file by "../configure" from "srcdir/objdir." Everything seems to be
running okay and after a few minutes, I type "make bootstrap-clean"
under srcdir/objdir" (as describes in Installing GCC: Building) but get
this error message in return,
make: *** No rule to make target `bootstrap-clean'. Stop.
When I list the directory, there is no "bootstrap" at all but
these files and directories: Makefile, config.cache, config.status,
etc/ gcc/ i686-pc-linux-gnu/ libiberty/ mt-frag texinfo/.
Instead, I just type "make" to build it then...
I assume there must be a minor bug then!!!
Thanks.
Lawrence
lkmao@unf.edu