Thanks another small step forward
Now when i compile and run
program win; uses CRT; begin end.
i get: Error opening terminal: linux. Segmentation fault
What did i overlook?
----------
From: Frank Heckenbach frank@tim.gerwinski.de To: gpc@gnu.de Subject: Re: can't compile crtc.c Date: Monday, May 31, 1999 2:10 PM
We are aware of this problem and are thinking about a "right" solution.
As a workaround, please insert the following line into crtc.c before the first #include:
#define _GNU_SOURCE