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 not used for resolving any symbol. id32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol id32: FATAL 9 : I/O error (-lgcc): No such file or directory
The code I'm trying to compile was originally written on my Windows machine using BP7, if that makes any difference.
I would be very grateful for any help in resolving this as it's driving me crazy!
Thanks in advance
Thomas
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. Now it is 2.95.2 and you cannot mix. What have you installed ? (gcc -v and gpc -v)
not used for resolving any symbol. id32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol id32: FATAL 9 : I/O error (-lgcc): No such file or directory
The code I'm trying to compile was originally written on my Windows machine using BP7, if that makes any difference.
I would be very grateful for any help in resolving this as it's driving me crazy!
Thanks in advance
Thomas
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