This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Gcc 2.8.1 & 2.95 No rule to make target `3.2'?


> `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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]