According to Robert P. Ewing:
I just installed gpc on an Indigo running irix5.3. The installation was easy (trivial?), but obviously it is not yet complete.
When try a test compile: gpc -o test test.p
What's the output of the following?
gpc -v -o test test.p
I get: gpc: installation problem, cannot exec 'as': No such file or directory.
Looking in the /usr/local/bin directory shows I have gpc, but nothing else (no as, no ld...).
Your system's `as', `ld' etc must be installed somewhere (e.g. in /usr/bin); please try to find out their place. It is also possible to use the GNU versions of those programs; in that case you have to `./configure' GPC with `--with-gnu-as' and/or `--with-gnu-ld' and to provide the corresponding packages.
Any idea where I can get binaries for these? My unix and c skills are pretty nil, and if there are binaries around, that would be ideal
I have not, but perhaps someone in this list has a ready GPC for irix-5.3?
Hope this helps, :-/
Peter