[How to Solve] MAKE.EXE: /bin/sh: Command not found

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

This is the mail archive of the [email protected] mailing list for the Cygwin project.


Index Nav: [DateIndex] [SubjectIndex] [AuthorIndex] [ThreadIndex]
Message Nav: [DatePrev][DateNext] [ThreadPrev][ThreadNext]

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

To: John E Hein <john at ERA dot COM>

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

From: James Paul Morgan <jpmorgan at unm dot edu>

Date: Thu, 26 Jun 1997 17:42:59 -0600 (MDT)

cc: gnu-win32 at cygnus dot com


On Thu, 26 Jun 1997, John E Hein wrote:

> 
> 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
> 

Make expects to find that /bin/sh program.  It's not something you can get
around.  If you want to use make from outside of bash, make a C:\bin and
put a copy of sh.exe in it.  (Assuming your running off of C-drive.) 

If your files are on the network at G:\whatever, then I believe (but am
not sure) that make will look for G:\bin\sh.exe.

I run under Win'95 as well, and have not found any way around this.  Even
if sh.exe is somewhere else on the path, make looks for it in /bin.

If you were running out of bash, you could mount the /bin as wherever your
sh.exe is located.



See ya around the Mulberry bush.

--James

:)

-
For help on using this list (especially unsubscribing), send a message to
"[email protected]" with one line of text: "help".

Follow-Ups:

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

From: Jan Nieuwenhuizen

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

From: Ed Huott

References:

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

From: John E Hein

Index Nav: [DateIndex] [SubjectIndex] [AuthorIndex] [ThreadIndex]
Message Nav: [DatePrev][DateNext] [ThreadPrev][ThreadNext]

Similar Posts: