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