This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Makefile error, incorrect shell


I am running under gnub20 (beta 20) and am having a problem getting the
SHELL variable set. I have it set to the correct path in my environment:

i:/gnub20/H-I586-cygwin32/bin/bash

but when I print the SHELL variable out in the Makefile I get the
following:

cmd.exe

So it can't do the right thing in the Makefile such as changing
directories, checking for the existance of directories etc...

If I set the SHELL variable to:

SHELL=//i/gnub20/H-I586-cygwin32/bin/sh.exe

in the Makefile I get the following errors:

/c: Can't open /c
/c: Can't open /c
make.exe: *** [build-1] Error 2

Thank you for your help in advance.

Patrick West
Decisionism, Inc.




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]