This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC dependencies (attn David Billinghurst)


On Sat, 2011-08-13 at 13:28 +0200, Corinna Vinschen wrote:
> here's a minor nit, but that bugs me for a while now.
> 
>   $ cc hello.c
>   $ ./a.out
>   bash: ./a.out: No such file or directory
> 
> I would like to see that GCC for Cygwin creates the output file
> "a.out.exe", so the result is the same on Unix/Linux and Cygwin:
> 
>   $ cc hello.c
>   $ ./a.out
>   hello, world

Besides that POSIX requires a.out for the default output for c99 and
fort77.


Yaakov



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]