"Ariel Bendersky" wrote:
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 **********************
Did you install the required libraries (see the comments in the CRT unit)? Which system do you use? In the case of Dos, you might need to use --autobuild because of the automake bugs. Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
participants (2)
-
Ariel Bendersky -
Frank Heckenbach