Maurice Lombardi wrote:
JJ wrote:
Hi There :-)
I've recently installed GPC on my SGI-IRIX machine, unfortunately I can't compile any of my programs. Whenever I try to compile I get the following error messages:-
id32: WARNING 84 : /usr/local/lib/gcc-lib/mips-sgi-irix6.2/2.8.1/libgpc.a is
^^^^
outdated.
Not necessarily. I still use 2.8.1 (because all I've seen of 2.95.x WRT GPC are new bugs and false warnings ;-).
Now it is 2.95.2 and you cannot mix. What have you installed ? (gcc -v and gpc -v)
Well, you can mix, in that you can compile GPC based on gcc-2.8.1 with gcc-2.95.x (I do that).
However, you need some GCC files in the GPC directory, i.e. cc1, cpp and libgcc.a. When building GPC, they should have been built as well, so you can just copy them to `gpc --print-file-name=.` now.
Frank