This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: debian gcc produces hello*
- From: Ian Lance Taylor <iant at google dot com>
- To: rmodesi <rmodesi at msn dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 13 Jun 2007 22:14:20 -0700
- Subject: Re: debian gcc produces hello*
- References: <11113530.post@talk.nabble.com>
rmodesi <rmodesi@msn.com> writes:
> 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.
Note that you probably see the '*' because you are using ls -F,
perhaps through an alias. "man ls" for details on -F.
Ian