Hello to everybody!
This is probably very stupid project because I would like to have an ancient
GCC 4.1.2 compiler to work in a brand new Centos 7.2 with its default compilers.
There are reasons for this why I need this very old compiler however.
I get this error from the compiler:
Code:
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gccbug
config.status: creating mklibgcc
config.status: creating libada-mk
config.status: creating auto-host.h
config.status: executing default commands
Bootstrapping the compiler
make[1]: Entering directory `/home/*****666/tools/gcc412/build/src/gcc'
make[1]: *** No rule to make target `bootstrap'. Stop.
make[1]: Leaving directory `/home/*****666/tools/gcc412/build/src/gcc'
make: *** [bootstrap] Error 2
[*****666@veijo src]$
If there is ever any sense in this attempt and you dear reader think that you could help in this
rather hopeless matter please do help me. Thank you in advance.
Should I fix the Makefile somehow? I have no single clue how to do it....