Hello!
Romain Chantereau wrote:
Hi, I wanted to compile a program with the GPC, and when I invoke gpc supp.pas it make "supp.pas:5: module/unit interface `Crt' could not be imported" !!
Did you give `gpc' the `--automake' option?
gpc -O --automake foo.pas -o foo
Otherwise this is strange because in recent versions of GPC (19990118 or later) the Crt unit is installed to a directory that is searched by the compiler.
Which version of GPC are you running, and in which directories is it installed? To find this out, run GPC with the `-v' option.
Hope this helps,
Peter