Thanks for everybody's help. I just tried ./a.out and it worked! So, that proves that that works. After thinking about it, /bin is not in my path. So, I did this: [micheal@blinkin mail]$ /bin/bash ./configure : command not found : command not found : command not found : command not found : command not found : command not found '/configure: syntax error near unexpected token `do '/configure: ./configure: line 77: `do
Weird, huh? I am not trying to install a beta release either. No changes to the configure file. : 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 : ------------------------------------------------------ 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