J.N.J. van Lingen wrote:
I just compiled GPC on a dual opteron machine for a friend and it works fine. However my friend wants to use his old sources which use the units crt and dos. These are not included in this installation, while they were there in a earlier windows version he used to use. Can anybody tell me how to get these units up and running?
These units should be included in all distributions (source and binary). Which one did you use and where did you get it from?
If unsure if they're really installed, run
gpc --print-file-name=units/crt.pas
If it says just units/crt.pas, it's not installed. If it's installed, it should print the full path.
Frank