X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <48EA765E.8020100@bmts.com>
Date: Mon, 06 Oct 2008 16:34:38 -0400
From: Ralph Hempel <rhempel@bmts.com>
User-Agent: Thunderbird 2.0.0.6 (X11/20071022)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: install assumes.exe extension?
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@bmts.com
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

I'd just like to clear up some confusion on my part
about "install" as distributed with Cygwin.

I'm building Lua, an MIT licensed scripting language.

Part of the lua "make install" process calls install
as follows:

cd src && install -p -m 0755 lua luac /usr/local/bin

And sure enough, lua and luac show up in /usr/local/bin

But they exist as src/lua.exe and src/luac.exe

So the question is, is it install or the cygwin dll that
assumes the exe extension on the file in the source dir
and then removes it when installing it to the destination?

Ralph

PS. I'm willing to maintain a Lua (and significant libraries)
     port for distribution with Cygwin

--
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/

