Hi, Miklos! Hi, folks!
According to Miklos Cserzo:
Command IV (from p/test/extended_pascal): ../../../xgpc -B../../../. abs.pas -o abs -v
Result: warnings from ld, compilation aborted ld: ERROR 33: Unresolved text symbol "_p_stdout" -- 1st referenced by /var/tmp/cca005os1.o.
Looks like a missing (or wrong version of) `libgpc.a'. What about
../../../xgpc -B../../.. -L../../.. abs.pas -o abs -v or ../../../xgpc -B../../.. -L../../.. abs.pas -o abs -v -lgpc ?
I am sure, something is missing from my platform specific Makefile that is there on Peter's machine and some other Linux box, but nowhere else. So the resulting rts is not functional after the compilation.
Maybe the problem is that there is always an almost-up-to-date version of `libgpc.a' and the various stages of the compiler in a directory accessible to `xgpc' on my machine. #-)
Peter