[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: EXEEXT: `cc -o' (Was: AC_CYGWIN etc.)
From: |
Akim Demaille |
Subject: |
Re: EXEEXT: `cc -o' (Was: AC_CYGWIN etc.) |
Date: |
15 Dec 2000 14:53:34 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
| Looks fine but what about compilers, I know a few of them, that generates
| and executable named after the first source or object file listed if no '-o'
| option is given; for example:
| $(CC) xxx.c yyy.o
| will generate xxx, or maybe xxx.exe if the host request it.
No kidding!?!? I'll adjust my patch then, thanks.
Akim