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