Mail Archives: cygwin/1999/02/23/05:08:58
> -----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 <mike AT bridgecanada DOT com>
> 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
- Raw text -