Hi!
Nicola Girardi wrote:
girardi@ux(tty4)~/devel$ gpc -g --automake -o foo foo.pas gpc: installation problem, cannot exec `cc1': No such file or directory
That's a minor installation problem: Your versions of GPC and GCC do not coincide, so GPC does not find your C compiler.
To work around you can copy or link the stages of GCC (the files in /usr/lib/gcc-lib/<platform>/<version>/) to GPC's corresponding directory (/usr/lib/gcc-lib/i486-linux/egcs-2.91.66/).
Hope this helps,
Peter