Peter Gerwinski wrote:
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
I invoke that gpc -O --automake supp.pas -o supp it make that ! ==> supp.pas:5: module `crt' could not be compiled
And I have with gpc -v =>> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.8.1/specs gpc version 19990118, based on gcc-2.8.1
What the problem doc ? Please ?