>>>>> "c958179" == c958179 <c958179@student.dtu.dk> writes: > Hi, > How can I run a program which is compiled with a gcc compiler,on a IRIX > machine? > I can even run a simple hello.C. > I am getting a.out file when I compile the hello file but I can't run the > a.out file. You probably don't have the current directory in your path. Try: ./a.out