[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to run compiled programs?



If compiled your program without options, the generated executable is
called a.out. To run it type ./a.out. If you have specify a -o option
(to name your executable), use ./your_name

Rick Hunter wrote:
> 
> i can't seem to run the programs i compiled
> ie int main(){printf ("Hi, world!\n");}
> 
> it compiles but i get the "command not found" error mesg.
> what am i doing wrong?
> 
> please help!!!
> Get Your Private, Free Email at http://www.hotmail.com
> 
> --
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null


Reply to: