Hello, I see in /usr/lib/gcc-lib/i386-linux/2-95-2/units/ the unit crt.pas, but if I write: uses crt in my program I get the message: module/unit interface 'crt' could not be imported. I read the FAQ on the subject but I did not find the solution. Thanks in advance for eventual help. Gerard.
Hello!
robi@free.fr wrote:
I see in /usr/lib/gcc-lib/i386-linux/2-95-2/units/ the unit crt.pas, but if I write: uses crt in my program I get the message: module/unit interface 'crt' could not be imported.
gpc --automake your_program.pas
Hope this helps,
Peter