Anuradha wrote:
When i removed the *.gpi files in the directory, i get compilation errors in GPC.pas.what do i do?Should i link with some library file to compile GPC.pas itself?
Are you trying to compile a version of gpc.pas with a mismatching version of GPC. This cannot work. Please make sure that they're the same version. If the GPC upgrade did not overwrite everything, try removing every part of GPC and install again. (In particular, never copy gpc.pas into your own unit directory. Leave it in GPC's default directory where GPC will find it when installed correctly, and where it will be overwritten by new versions.)
Frank