STOP the RFC! Web poll for a.out vs a.exe vs foo.exe question
Christopher Faylor
cygwin@sourceware.cygnus.com
Thu Jan 13 18:16:00 GMT 2000
On Thu, Jan 13, 2000 at 06:04:01PM -0600, Ajit George wrote:
>In the poll, does 'file.exe' literally mean 'file.exe', or does it mean, for
>example, 'prog.exe' when running 'gcc prog.c'?
We're contemplating just having gcc output one specific file since it
will be much less confusing to the users who accidentally type -o
soemthing and find that their something.exe file has been completely
overwritten!
So the relevant makefile rule will now be:
myprog.exe:
gcc foo.o bar.o; mv file.exe myprog.exe
Hmm. No. That can't be right because then every file would be named
myprog.exe.
I guess we'll have to work on this concept some more.
cgf
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list