I am trying to run a program, in its description it shows it needs "Free GCC(C) and GPC(Pascal) compiler". I am running 32bit Ubuntu 10.04 and has the package "GPC-4.1" and "GPC" installed.
I have checked my gpc version:
$ gpc --version
gpc 20070904, based on gcc-4.1.3 20080704 (prerelease) (Ubuntu 2.1-4.1.2-27ubuntu2)
So I believe the GPC is installed successfully.But when I am running the program, it still shows:
gcc: /home/source/fmopt.pas: Pascal compiler not installed on this system
cc1: error: unrecognized command line option "-fautomake"
What do I miss? Thanks!