Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <3FB520C6.5030807@mvista.com> Date: Fri, 14 Nov 2003 10:36:54 -0800 From: Doru Carastan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com, nathanw AT wasabisystems DOT com Subject: .exe handling change in fileutils-4.1-2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In reply to: http://cygwin.com/ml/cygwin/2003-11/msg00478.html -------------------------------------------------------------- It is normal to see "touch foo.exe; cp foo bar" fail. You just created foo.exe, which is definitely not foo. Check with "ls -l". The current versions of autoconf and automake define and use EXEEXT=.exe. Check your Makefile.am or Makefile.in files and add $(EXEEXT) to all commands that involve executables. Good luck, Doru Carastan ------------------------------------------------------------ Cygwin Contractor doru.c @ pacbell.net San Jose, CA http://www.4jobs.com/DoruCarastan -- 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/