GCC

Aldy Hernandez aldyh@redhat.com
Thu Dec 7 12:07:00 GMT 2000


>>>>> "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


More information about the Gcc mailing list