Regis Cridlig wrote:
Thank you, I succeeded in installing the latest cygwin build: gpc-20070904.i686-pc-cygwin.tar.gz
<snip>
$ gpc crashes.p -Wall -g -o crashes.exe
Could you post assembly output from your program? You can get it typing:
gpc -Wall -g -S crashes.p
(the output will be in the crashes.s file).