Frank Heckenbach writes:
I have uploaded a new beta version of GPC to http://www.gnu-pascal.de/beta/.
This version contains mostly bugfixes and only few and smaller new features. Therefore, if no serious bugs will be found in the next fews days, it can be recommended for production work.
../.././xgpc -B../.././ -c -I. -W -Wall -Wmissing-prototypes -Wmissing-declarations -g -O2 --unit-path=/home/packages/gcc/3.3/gcc-3.3-3.3.3ds7/src/gcc/p/rts --automake `cat needed-options` -DRTS_RELEASE_STRING="'`cat /home/packages/gcc/3.3/gcc-3.3-3.3.3ds7/src/gcc/p/rts/rts-version`'" -DGCC_VERSION="'3.3.3'" --no-automake /home/packages/gcc/3.3/gcc-3.3-3.3.3ds7/src/gcc/p/rts/heap.pas /home/packages/gcc/3.3/gcc-3.3-3.3.3ds7/src/gcc/p/rts/heap.pas:38: error: module/unit interface `Error' could not be imported make[5]: *** [heap.o] Error 1 make[5]: Leaving directory `/home/packages/gcc/3.3/gcc-3.3-3.3.3ds7/build/gcc/p/rts' make[4]: *** [pascal.rts] Error 2 make[4]: Leaving directory `/home/packages/gcc/3.3/gcc-3.3-3.3.3ds7/build/gcc' make[3]: *** [stage3_build] Error 2
based on the gcc-3.3.4 prerelease, i486-linux. Note this is in the stage3 compiler, the stage2 compiler successfully builds heap.pas.