[Win95] C:\TEMP\pas>gpc hello.pas d:\djgpp\bin\ld.exe: cannot open -lgcc: No such file or directory (ENOENT)
[...]
[Win95] C:\TEMP\pas>gpc --automake hello.pas gpc.exe: installation problem, cannot exec `cpp': No such file or directory (ENO ENT)
You seem not to have the C compiler installed which is needed to compile some parts of the CRT unit. Please install GCC for your system (DJGPP? CygWin? mingw32?) and retry.
Hope this helps,
Peter