kevin.broadey@ats.uk.eds.com wrote:
The "gmake LANGUAGES=c" bombed out trying to make (I guess) one of the C++ libraries that comes bundled with egcs, so that's not surprising, and it did manage to build the C compiler first.
The "gmake LANGUAGES=pascal" bombed out in the same place, but again it built the compiler first.
For me this looks like a problem with C++, not with Pascal. If you are not going to install the C++ compiler, better use the egcs-1.1.1.core distribution instead of the full egcs-1.1.1, or remove the `cp' directory before installing.
But the problem is that I now have a compiler built with gcc-2.8.1 rather than egcs-1.1.1. So is there some way I can do the equivalent of "make bootstrap" without tripping over the circular dependency Peter referred to?
What about `make CC="gcc/xgcc -Bgcc/ -Lgcc/" LANGUAGES=pascal'?
(BTW, better truncate your lines to make your emails more readable.;-)
Good luck,
Peter