This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]