Thanks.

--- Kevin_Bergner <[EMAIL PROTECTED]> wrote:
> type
> 
> ./a.out
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Robert Reed
> Sent: Monday, February 26, 2001 10:52 PM
> To: [EMAIL PROTECTED]
> Subject: [newbie] GCC
> 
> 
> Hello, I just installed Linux today, and then
> installed the gcc compiler, and its dependencies.  I
> built a simple program hello.c:
> 
> #include <stdio.h>
> 
> main()
> {
>   printf("Hello World\n");
>   return 0;
> }
> 
> After writing that, I compiled the code using:
> gcc hello.c
> I tried running it by typing:
> a.out
> And it just says that a.out is not found, but when I
> look into the directory, it is there.  Anyone know
> what's happening?
> 
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/
> 
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to