X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48EB6781.5060202@bmts.com> Date: Tue, 07 Oct 2008 09:43:29 -0400 From: Ralph Hempel User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: install assumes.exe extension? References: <48EA765E DOT 8020100 AT bmts DOT com> <31b7d2790810061401w30c59fdic183b6997284e3be AT mail DOT gmail DOT com> In-Reply-To: <31b7d2790810061401w30c59fdic183b6997284e3be@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-brucetelecom.com-MailScanner-Information: Please contact Bruce Telecom 519.368.2000 for more information X-brucetelecom.com-MailScanner: Found to be clean X-brucetelecom.com-MailScanner-From: rhempel AT bmts DOT com X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com DePriest, Jason R. wrote: > On Mon, Oct 6, 2008 at 9:34 PM, Ralph Hempel <> wrote: >> I'd just like to clear up some confusion on my part >> about "install" as distributed with Cygwin. > Does this help? > http://cygwin.com/cygwin-ug-net/using-specialnames.html#id318321 Yes, but then this part confuses me again... Unfortunately, the install and strip commands do distinguish between filename and filename.exe. They fail when working on a non-existing filename even if filename.exe exists, thus breaking some makefiles. This problem can be solved by writing install and strip shell scripts to provide the extension ".exe" when needed. Maybe I'm dense, but the way I'm reading this paragraph is that it should fail under the scenario I was describing. 1. lua.exe exists in the source dir 2. lua does not exist in the source dir 3. install copies lua.exe to the destination dir and renames it lua Ralph -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/