Hello everybody!
I have a problem with the installation of OCC in Irix (SGI) OS. I have downloaded the archive and uncompressed it, when I tried to install the package (typing ./install.csh) nothing happened. Moreover I tried to modify the file install.csh by replacing
if ($OS_NAME == "Linux") then
./Linux/setupLinux.bin
with
if ($OS_NAME == "Irix") then
./Linux/setupLinux.bin
but when I launched the installation (./install.csh) the system answered :
./Linux/setupLinux.bin^M - endif^M - Command not found.
Can anyone help me in some way in order to install OCC?