Mail Archives: cygwin/1998/09/23/17:05:21
> What is the standard way of circumventing this problem? Simply writing
> mv foo.exe bar.exe
> is not a full solution, because that is not portable. Is it necessary to
> write some autoconf stuff to check what the extension of the executable
> resulting from calling gcc is?
Yes, that's right. The next version of autoconf will have a new macro
called `AC_EXEEXT' which will probe your system and make a subsitution
variable available for your Makefile.in called @EXEEXT@. It typically has
the value "" or ".exe".
Ben
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -