This is the mail archive of the cygwin-apps@cygwin.com 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]

Should Cygwin gcc -o always append .exe?


While building OpenLDAP 2.0.11, I stumbled across an issue with Cygwin
gcc -o that can be characterized by the following:

    $ gcc -o in.foo foo.c
    $ ls in.foo*
    in.foo

I expected that in.foo.exe would have been created instead of in.foo.
The Makefile for in.xfingerd expected this behavior too and failed during
make install.

Should Cygwin gcc be changed to resolve this issue or should OpenLDAP
be patched?

Thanks,
Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: 732.264.8770 x235
Dot Hill Systems Corp.               Fax:   732.264.8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com


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