Hello,
Maurice Lombardi wrote:
make.exe[2]: *** No rule to make target `/djgpp/gnu/gcc-2.952/gcc/p/../ggc-callbacks.c', needed by `ggc-callbacks.o'. Stop.
looks like a mistyping...
That's not a typo; the file reads indeed `../ggc-callbacks.c'.
The existence of this file should not have made it into `Make*-2.95.in'; it is mentioned in `Make*-2.97.in' only.
Maybe the 8.3 file names in MS-DOS made the contents of `Make*-2.97.in' show up in `Make*.in'? But this should have shown up earlier. I am quite sure that I always checked in the 2.95 version as `Makefile.in', not the 2.97 building site ...
Peter