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]

MAKE.EXE: /bin/sh: Command not found



I am running under Windows 95 (command.com... not bash).
When I run make, I get the following error:

MAKE.EXE: /bin/sh: Command not found

Here's my makefile:

% cat makefile
all:
	ls -1 > ls.txt
	gcc c.c -o c.exe

If I don't redirect (i.e., just 'ls -1'), it works fine.

I don't have a /bin directory, I just have the gnu-win32 tools (make, ls,
 etc.) in a directory somewhere on a network drive (let's say g:\tools\bin).
 This directory is in my path.

How can I get around the problem?

-- 
John E Hein (john@era.com)
Raytheon E-Systems, Falls Church Division, USA
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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