Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <199902212346.QAA03381@mu.gsnet.com> From: "Mike Bridge" To: cygwin AT sourceware DOT cygnus DOT com Date: Sun, 21 Feb 1999 16:53:17 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Make/Bash beta 20.1: can't find /c? X-mailer: Pegasus Mail for Win32 (v3.01d) I've been using make and bash b19 for a while with no problem. However when I upgraded to 20.1, I started having problems with make. Here's a test makefile: #SHELL=/bin/sh all: echo $(SHELL); for i in test\ echo $i;\ done My installation of NT is on D:, and before, "/" was C: and //d/ was D:. now it seems that "/" is //d/. When I run the makefile as is, it tells me that $SHELL is cmd.exe. So I set $(SHELL) to /bin/sh. However, when I run this, it gives me the error /c: /c: No such file or directory make: *** [all] Error 127 I have mounted /c using mkdir /c mount c:/ /c Does anyone know what the problem is or if it's possible to work around this problem? Is make trying to launch "cmd.exe /c " or is it actually trying to access the C: drive? Thanks, -Mike -- Mike Bridge System Administrator Global Sourcing Network -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com