J.N.J. van Lingen wrote:
I took the source file "gpc-20050331.tar.bz2" from http://www.g-n-u.de/gpc/
gpc --print-file-name=units/crt.pas gives the following:
/usr/local/lib/gcc/x86_64-unknown-linux-gnu/3.4.3/units/crt.pas
So I assume it is installed. Then another question arises. Why can gpc not find the crt when I put in the following line of code:
uses crt;
Is the syntax wrong or ..... Since I am not an expert in pascal I just copied this line from one of my friends sources and it worked fine under devpascal/gnupascal environment.
You probably need the option --automake to tell GPC to compile units used. This shows again the value of posting complete information such as the actual error message initially, and not jumping to premeture conclusions ("not included in this installation"). Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: ACB3 79B2 7EB2 B7A7 EFDE D101 CD02 4C9D 0FE0 E5E8