According to Anukool Lakhina: While burning my CPU.
> 
> Hello all.
> 
> After compiling a simple program in C (using gcc), I can't run my a.out. The
> error message I get is "a.out: Command not found." But ls tells me that
> a.out is there! (and it's permission settings are ok) This is really stupid
> (and annoying).What am I doing wrong? Pls help. Thanks.
> 

Try "./a.out" (without quotes or course) make sure you are in the directory 
where the program is situated. Possably you are in your home directory and
the directory is not in your $PATH enviroment.

> 
> 
> anukool.
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to