From: bje@cygnus.com (Ben Elliston)
Subject: Re: gcc produces foo.exe, not foo
23 Sep 1998 17:05:21 -0700
Message-ID: <Pine.LNX.3.95.980924001449.27570F-100000.cygnus.gnu-win32@moshpit.cygnus.com>
References: <Pine.HPP.3.95.980923002730.28557A-100000@grimer.diku.dk>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Arne Glenstrup <panic@diku.dk>
Cc: gnu-win32@cygnus.com

> 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@cygnus.com" with one line of text: "help".
