Hello
I have compiled this snapshot with djgpp (W98 dos box). Seems successfull but the crtdemo.pas, as well as other programs of mine which use crt, fail. To check that nothing has gone wrong with my djgpp setup I have then compiled some previous snapshots. Everything seems correct up to 20001230 (which succeeds with crtdemo and the whole test suite). 20001231 fails to compile with a message:
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... It seems to have been corrected in 20010101 which compiles OK, but something else is hidden. Since djgpp and linux you mainly use are different with respect to crt and curses it may have been unnoticed in your setup.
Hope this helps
Maurice