From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aldy Hernandez To: c958179@student.dtu.dk Cc: gcc@gcc.gnu.org Subject: Re: GCC Date: Thu, 07 Dec 2000 12:07:00 -0000 Message-id: References: X-SW-Source: 2000-12/msg00215.html >>>>> "c958179" == c958179 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