Something must have changed on my system because now I am getting this error message once in a while: gp: Pascal and C compilers specified seem to be for different platforms gp: (`i686-pc-linux-gnu' and `i486-linux-gnu') I usually happens when I use gp instead of gpc. Any ideas ? Thanks
Frank McCormick wrote:
Something must have changed on my system because now I am getting this error message once in a while:
gp: Pascal and C compilers specified seem to be for different platforms gp: (`i686-pc-linux-gnu' and `i486-linux-gnu')
I usually happens when I use gp instead of gpc. Any ideas ?
GP by default compares the versions of GPC and GCC very strictly to avoid subtle errors that could result on mismatch. If you know the mismatch is harmless (e.g., as above, just a different labeling of targets), you can add "--no-check-platform" to skip this check. Frank -- Frank Heckenbach, f.heckenbach@fh-soft.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: ACB3 79B2 7EB2 B7A7 EFDE D101 CD02 4C9D 0FE0 E5E8
participants (2)
-
Frank Heckenbach -
Frank McCormick