kevin.broadey@ats.uk.eds.com wrote:
I thought `make bootstrap' did `make LANGUAGES=c' to build the stage 1 compiler, and then `make LANGUAGES="c c++ fortran pascal ..."' for stage 2. Or isn't this what you mean? Is there some unfortunate dependency between the C and Pascal compilers at each particular stage?
The circular dependence of the Pascal library on a working gcc which in turn depends on the libraries for all languages is the problem.
As far as you Makefile problems go, what are they? I've got a fair amount of experience with them, so I'll have a look if you like.
This would be great. The Makefile problems are exactly those you have experienced with your first try to bootstrap GPC for EGCS - and are still experiencing now.
Greetings,
Peter