Re: Problems installing M4 on windows 7
Doug McIlroy <[email protected]> Sun, 19 Apr 2020 15:36:37 -0400
| Newsgroups | gmane.comp.gnu.m4.general |
|---|---|
| Message-ID | <[email protected]> |
It's hard to conceive how you got bash bu not make. Try "which make". If that comes up dry, get a copy of make from wherever you got bash. If it says you have make, then you have a strange $PATH, or the install script is playing with it. The latter is unlikely in an ordinary gnu install such as you semm to describe. So another test is "echo $PATH". Look and see that whatever directory "which make" said make lives in is also listed in $PATH.