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: <8135911A809AD211AF6300A02480D17503491B@iis000.microdata.fr> From: Bernard Dautrevaux To: "'Mike Bridge'" , cygwin AT sourceware DOT cygnus DOT com Subject: RE: Make/Bash beta 20.1: can't find /c? Date: Mon, 22 Feb 1999 14:53:08 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id FAA15631 > -----Original Message----- > From: Mike Bridge [mailto:mike AT bridgecanada DOT com] > Sent: Monday, February 22, 1999 12:53 AM > To: cygwin AT sourceware DOT cygnus DOT com > Subject: Make/Bash beta 20.1: can't find /c? > > > 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 > Have you set MAKE_MODE=unix in your environment; if you don't make will need a cmd.exe-compatible shell... Bernard, -------------------------------------------- Bernard Dautrevaux Microprocess Ingéniérie 97 bis, rue de Colombes 92400 COURBEVOIE FRANCE Tel: +33 (0) 1 47 68 80 80 Fax: +33 (0) 1 47 88 97 85 e-mail: dautrevaux AT microprocess DOT com b DOT dautrevaux AT usa DOT net -------------------------------------------- -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com