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 From: "Kris Thielemans" To: Cc: "'Kris Thielemans'" Subject: Problems with .exe files Date: Thu, 16 Oct 2003 01:51:30 +0100 Message-ID: <000201c3937f$a3fd6c10$5b08c69b@irsl.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Hi Since upgrading cygwin a few days ago, I can no longer cp .exe files if I don't use the .exe suffix. I can reproduce this as follows: $ mkdir a $ touch t.exe $ cp t a cp: `t' and `a/t' are the same file $ cp t somenonexistingfilename cp: 't' and 'somenonexistingfilename' are the same file I also have a problem with rm (and maybe others) $ rm t rm: cannot unlink `t': No such file or directory Note that as soon as I add the .exe suffix, everthing works fine $ cp t.exe a This problem breaks my Makefiles (when using make install and clean). Other maybe relevant info: I'm running cygwin 1.5.5-1 on XP sp1. I might have a cygwin installation that is screwed up :-( Here is why. I did have lots of 'entrypoint __getreent missing' errors while doing the postinstall part of setup, as was also mentioned on this list by Tomasz Rojek (http://sources.redhat.com/ml/cygwin/2003-09/msg00200.html). (maybe I had this because of an sshd daemon or so?) I did reboot, and ran setup again to be sure. However, I don't think this reruns all those postinstall scripts that went wrong the first time... (For instance, info doesn't seem to have a top-level directory available). Any advice on this issue will also be welcome. Many thanks Kris Thielemans PS: I'd appreciate a CC to me as I'm reading this mailing list by google and/or archive. -- 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/