debian gcc produces hello*

ivan@0x4849.net ivan@0x4849.net
Thu Jun 14 05:15:00 GMT 2007


--- rmodesi <rmodesi@msn.com> wrote:
> I am a newbie to both Linux and C programming in Linux.
> My gcc compiler produces the file hello* after executing the command:
> gcc -Wall hello.c -o hello
> Bash will not execute this program.

Did you try running the program like this:

./hello

your path may not include the local directory by default.

Ivan


---------------------
Ivan Novick
http://www.0x4849.net



More information about the Gcc-help mailing list