This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc 2.8.1 & 2.95 No rule to make target `3.2'?
- To: bbarnes at austin dot ibm dot com
- Subject: Re: Gcc 2.8.1 & 2.95 No rule to make target `3.2'?
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Fri, 29 Oct 1999 23:33:35 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <3819BCB3.92EFA79C@austin.ibm.com>
> `make bootstrap` with gnu make 3.78.1
> get error: make[2]: *** No rule to make target `3.2', needed by
> `cccp'. Stop.
Thanks for your bug report. That's quite an interesting effect; I have
no clue what is causing it, though. Please have a look at the
generated makefile (gcc/Makefile), to see whether some of the autoconf
replacement got wrong.
> cd to gcc-2.95
> `./configure`
Please note that we recommend to have a separate build
directory. Create a new directory, and run configure from there, e.g.
cd gcc-2.95
mkdir obj
cd obj
../configure
BTW, if you have to recompile, anyway, you might just as well start
with 2.95.2, which was just released.
Good luck,
Martin