Hello,
Mike Reid wrote:
However, on intel I can't link the gnu fortran libraries successfully, presumably because gpc is based on one version of gcc and our current g77 is based on another.
The best solution is to compile GPC for your system using a current version of GPC and the same version of GCC your G77 is based on.
While you are on it, it is easy to compile the most current G77 along with GPC. :-)
Please see http://home.pages.de/~gnu-pascal/download.html for how to get a current source snapshot of GPC. The installation instructions coming with GPC will also cover installation of G77 when you replace "--enable-languages=pascal" with "--enable-languages=pascal,f77".
Hope this helps,
Peter