According to Gerry Dubois:
make[1]: *** No rule to make target `../configure', needed by `Makefile'.
I suspect that line 247 in GPC's `Makefile.in' is wrong. Please try with
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure cd ..; $(SHELL) config.status
(i.e. without one `..') or even with
Makefile: $(srcdir)/Makefile.in cd ..; $(SHELL) config.status
since we know that the file exists. ;-)
Am I the first to try to build a GPC alpha 980511 cross compiler?
Yes, AFAIK.
I'm building this on an Intel Linux box ( Red Hat 4.2 ) with GCC version 2.7.2.1.
But with GCC source 2.8.1? Building gpc-980511 with gcc-2.7.2.x source works but might cause more problems.
Peter