Re: New make PATH problem(?)
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> Date: Sat, 12 Apr 2008 21:58:17 -0400 > From: "Chris Sutcliffe" <[email protected]> > > Could someone please supply a simple Makefile that exhibits the > behaviour so that I can do some testing? Any Makefile with a single target and command will do. All you need is invoke Make with the --debug=jv switch and see that it does not find sh.exe, although it is on your PATH. When Make finds a shell, it should say something like find_and_set_shell path search set default_shell = D:/usr/bin/sh.exe The latest binary from MinGW site doesn't.