On May 10, 2002 at 09:21, Webmaster wrote:

>The file is chmod'ed to 777 so everything should be fine there. However, my
>host just enabled gcc for me the other day. I wrote a simple "Hello World"
>program in C and even though I didn't get any compile time errors, the
>output file does not work. command not found is all I get. I am wondering if
>something got messed up during the enabling of gcc for my account.

How are you running these programs? What's the command line?

If you're doing 

$ a.out

try

$ ./a.out

-- 
Satya. <URL:http://satya.virtualave.net/>
Damn it Jim, I'm a doctor, not a SysOp.



------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

Reply via email to