Dimitrios Bartzos wrote:
make[2]: *** No rule to make target `mbchar.o', needed by `gpc-cpp'. Stop.
I noticed mbchar.c being mentioned in the Changelog, but I am not sure what I should do about it. Is there a patch for it to that wasn't applied and thus ../mbchar.c was not created?
It should have been created by patching with gcc-egcs-2.91.60.diff. If this did not happen, please try to find out why ...
Anyway: If you manually create `../mbchar.c' with the contents "/* empty */", you will be able to proceed.
By the way, I have patch gcc-egcs-2.91.60.diff and not gcc-egcs-2.91.66.diff (and that worked giving no failures when applying the patch).
That was correct.
(I don't know how to use mkdiff, tried but it doesn't work).
`mkdiff' is for creating those diffs after hacking GPC itself. It is not needed for normal installation.
Peter