GCC dependencies (attn David Billinghurst)
Yaakov (Cygwin/X)
yselkowitz@users.sourceforge.net
Sun Oct 16 21:19:00 GMT 2011
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
More information about the Cygwin-apps
mailing list