According to Bendersky:
This is the output of that:
Reading specs from c:/utils/gpc/lib/specs gpc version 2.80 [...] GNU CPP version 2.0(2.7.2.1) (80386, BSD syntax) [...] GNU Pascal version 2.0(2.7.2.1) (80386, BSD syntax) [...] [...] test.pas:2: installation problem, cannot exec `gpc'
Now it is clear for me: You installed gpc-980410, but you still have the old gpc-2.0 binaries in your path where they are found prior to the new ones. Thus, you are still compiling with gpc-2.0.
To fix it, delete (or rename;-) the files `gpc-cpp.exe' and `gpc1.exe' in `/djgpp/bin/' and the file `libgpc.a' in `/djgpp/lib'. The new version of GPC will use the executables and libraries in `/djgpp/lib/gcc-lib/djgpp/2.80/'.
Hope this helps,
Peter