hello world question
Anthony J. Gabrielson
agabriel at home.tzo.org
Sun Jun 2 19:02:13 EDT 2002
That directory isn't in your path. Try doing a ./a.out - that should
work.
Anthony
On Sun, 2 Jun 2002, Kalyan Vaidyanathan wrote:
> Hi,
> Have a very basic question in C.
> * I have installed RH 7.2.
> * I created a file called hello.c which looks like this:
> #include<stdio.h>
> main() { printf("Hello World\n"); }
> * To compile and run it, on a terminal window, I typed the following:
> >gcc hello.c
> * I get no errors and a.out is created
> * I try to run a.out and I get the following error
> >a.out
> bash: a.out: command not found
>
> I am not sure if I have some env setting that is wrong. Can somebody point
> me to the right direction?
> thx and regards,
> -k
>
>
>
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
> _______________________________________________
> Discuss mailing list
> Discuss at blu.org
> http://www.blu.org/mailman/listinfo/discuss
>
More information about the Discuss
mailing list