X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com Subject: Re: [1.7] make install installs executables without .exe extension References: <7zpriph31b DOT fsf AT vzell-de DOT de DOT oracle DOT com> <496EAFE3 DOT 2040707 AT byu DOT net> From: "Dr. Volker Zell" In-Reply-To: <496EAFE3.2040707@byu.net> (Eric Blake's message of "Wed, 14 Jan 2009 20:39:15 -0700") User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.21 (cygwin32) Date: Mon, 19 Jan 2009 16:47:52 +0100 Message-ID: <7zsknf2t7b.fsf@vzell-de.de.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Note-from-DJ: This may be spam >>>>> Eric Blake writes: > According to Dr. Volker Zell on 1/14/2009 4:38 PM: >> Hi >> >> I'm about to recompile my packages under cygwin 1.7 and just noticed >> that although the compiler creates executables with .exe extensions the >> extension is somehow stripped after make install step. >> >> Any hints ? > Might be something wrong with my .exe magic patch in coreutils. I'll look > into it. Under cygwin 1.5 when filename.exe exists /usr/bin/install filename /tmp creates /tmp/filename.exe /usr/bin/cp filename /tmp creates /tmp/filename.exe /usr/bin/install filename /tmp/filename creates /tmp/filename.exe /usr/bin/cp filename /tmp/filename creates /tmp/filename.exe Under cygwin 1.7 when filename.exe exists /usr/bin/install filename /tmp creates /tmp/filename /usr/bin/cp filename /tmp creates /tmp/filename /usr/bin/install filename /tmp/filename creates /tmp/filename /usr/bin/cp filename /tmp/filename creates /tmp/filename Is this the expected behaviour ? Ciao Volker -- 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/