On Wed, 10 Oct 2001, Doug Brookmann wrote:
When calling gpc to compile some hallo.p pascal program I get the following message:
"gpc: Installation problem, cannot exec 'gpcpp': no such file or directory "
I am using SuSE 7.2 and as far as I know I installed all the necessary files.
A version of gpc is included in the SuSE 7.2 distribution but it is not working. Possibly you invoke this faulty installation instead of the proper one. Try:
which gpc
or
whereis gpc
at the UNIX prompt to find out which installation runs when you type gpc.
If this is the problem then specify the full path to the correct gpc installation like:
/usr/local/gpc/bin/gpc (all the rest of the switches and filenames)
miklos