Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <373B4303.C48958AE@lbin.com> Date: Thu, 13 May 1999 14:24:19 -0700 From: Ian Zimmerman Organization: Lightbinders, Inc. X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Cygnus tools mailing list Subject: install.exe and make install can't handle executables? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, it looks like running "make install" pretty much on any GNU style package will fail because the makefile rule passes "foo" as the filename for install while the file that must be installed is "foo.exe". Note that this _cannot_ be solved by telling "--program-suffix=.exe" to configure, because that only changes the destination name, not the source name. Is there any solution to this, or am I just out of luck and have to copy files manually? The problem with this is not so much my laziness as the fact that sometimes "make install" does other important things I don't want to miss. -- Ian Zimmerman Lightbinders, Inc. 2325 3rd Street #324, San Francisco, California 94107 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com