According to Igor Perisic:
I get stuck at the compiling of rts-base.p and here is my error
message. [...] messages> ../../gpc1 /tmp/ccaaabaa.i -quiet -dumpbase rts-base.pas -g -Wall -version -famtmpfile=rts-base.gpc -fautomake=-v -o /tmp/ccaaabaa.s messages> GNU Pascal version 980420(2.8.1) (alphaev56-dec-osf4.0d) compiled by GNU C version 2.8.1. messages> xgpc: Internal compiler error: program gpc1 got fatal signal 11
Peter also told me to run it with the -dy or -dY to have more info
on what is going. The results are identical to the one just described above. Word for word the messages are the same.
This might again be an instance of the version number problem. Please retry with a changed `p/version.c' that contains a line
char *version_string = "2.8.0";
instead of
char *version_string = GPC_VERSION_STRING;
Good luck,
Peter