Hello all-
I have tried to follow the instructions for installing gcc on my O2 running Irix 6.5 with 384mb RAM from here
http://www.nekochan.net/wiki/Installing_and_Using_GCC
1.) The link for GCC 3.4.6 from http://nekoware.dustytech.net/index.php?path=current/ appears broken (downloads as 0 bytes), when I try to get 3.4.6 from the German ftp mirror it seems to hang after downloading 153mb.
2.) When I installed GCC 4.7.1 from the main site (nekoware.dustytech.net) and tried to compile the program, gcc complains that there is no getopt.h, and indeed the /usr/nekoware/gcc-4.7/include only includes a "c++" folder, and no pure c files. When I check the tardist, I note it does not have a "neko_gcc.opt.src " - do I need to include another file. I tried using a getopt.h from the main GCC 4.7.1 repository but I get a segmentation fault with program collect 2.
3.) I thought my system has the Irix Development Libraries and Irix Development Foundation installed - but I think those were from older disks (the release notes mention MIPSpro 7.2.1, and I know that is not the current version). How can I check that I have the correct files?
any suggestions appreciated.
I have tried to follow the instructions for installing gcc on my O2 running Irix 6.5 with 384mb RAM from here
http://www.nekochan.net/wiki/Installing_and_Using_GCC
1.) The link for GCC 3.4.6 from http://nekoware.dustytech.net/index.php?path=current/ appears broken (downloads as 0 bytes), when I try to get 3.4.6 from the German ftp mirror it seems to hang after downloading 153mb.
2.) When I installed GCC 4.7.1 from the main site (nekoware.dustytech.net) and tried to compile the program, gcc complains that there is no getopt.h, and indeed the /usr/nekoware/gcc-4.7/include only includes a "c++" folder, and no pure c files. When I check the tardist, I note it does not have a "neko_gcc.opt.src " - do I need to include another file. I tried using a getopt.h from the main GCC 4.7.1 repository but I get a segmentation fault with program collect 2.
3.) I thought my system has the Irix Development Libraries and Irix Development Foundation installed - but I think those were from older disks (the release notes mention MIPSpro 7.2.1, and I know that is not the current version). How can I check that I have the correct files?
any suggestions appreciated.