J. David Bryan wrote:
Notes from building gpc-20021128 with gcc-3.2.1 configured for i486-pc-mingw32:
- GPC will not run on Win9x/WinME systems, due to a Mingw-specific change in gcc/config/i386/xm-mingw32.h. Patching gpc.c is required.
What exactly is the difference?
fjf582.pas: failed [Exception c00000fd (stack overflow)]
Fixed in the next version.
fjf663.pas: failed [runs forever -- aborted by ulimit]
Oops. I suppose it loops forever in the `repeat' loop in the main program. Can you add `WriteLn (FileHandle (f^))' there to see what happens?
Frank