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

Re: [RFC] changing gcc default output executable name (a.exe now)


In a message dated 1/12/2000 9:09:03 PM Pacific Standard Time, 
khan@NanoTech.Wisc.EDU writes:

> I'd like to move to creating <name>.exe, where <name> is the first file
>  on the list you provided to gcc.
>    
>    $ gcc foo1.c foo2.c foo3.c
>  
>  will produce foo1.exe, not a.exe as it does now.
>  
>  Is this something we should change?? 

I suppose this is the most common mode of operation for commercial Windows 
compilers.  The Lahey  compilers do it this way

$ lf95 sub1.f sub2.f

produces sub1.exe, as does

$ fcc sub1.c sub2.c

Now that is a turkey of a compiler.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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