X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <546CD3100F4C0F42A30A94C0F2B3491402133D63 AT zimmail1 DOT zim DOT zimismobile DOT com> Subject: RE: Errors running shell commands in "make" on Vista Date: Tue, 17 Apr 2007 15:07:13 +0100 Message-ID: <023001c780f9$b2603510$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <546CD3100F4C0F42A30A94C0F2B3491402133D63@zimmail1.zim.zimismobile.com> 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 On 17 April 2007 14:54, Celso Bressan wrote: > mkdir: cannot create directory `MyDir\r': No such file or directory > c:\zim8\builders\allnt\make\make.exe: [test] Error 1 (ignored) > test -d MyDir && ls -l AnotherDir || ls -l YourDir >> No such file or directory > c:\zim8\builders\allnt\make\make.exe: [test] Error 2 (ignored) > > Notice the "MyDir\r" and ": No such file or directory" errors. > > I tried saving the makefile either in PC or Unix formats with no avail. You probably did it wrong. Try again. Use "d2u" to convert it. Use "od -c" to ensure there really really aren't any \r chars left in it. And be certain that you aren't on a text-mode mount. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/