Well, I finally got my GPC to work. It works fine, except that I cannot use the CRT unit (in fact it's the only unit I have tried so far). Whenever I try to compile from rhide a code as simple as: ********************* Program prueba; Uses crt; begin clrscr; writeln('Hello'); end. ********************** I get this error: ********************** Compiling: test.pas ignoring AutoMake options `-g'; (using `-g') In function `program_Prueba': test.pas(4) Error: undefined reference to `crt_clrscr' There were some errors ********************** Some idea on what's going on here? Thank you, Ariel. --- Ariel Bendersky bender@einstein.com.ar ICQ 1914963
participants (1)
-
Ariel Bendersky