Re: Cannot find android binary

Eli Zaretskii <[email protected]> Thu, 17 Nov 2011 05:52:34 +0200
Newsgroups gmane.comp.gnu.make.windows
Message-ID <[email protected]>
> From: "Dan Gilbert" <[email protected]>
> Date: Wed, 16 Nov 2011 21:11:56 -0000
> 
> I'm trying to compile an android project using make 3.79.1 on Windows 7, but
> make can't find the android binary.
> 
> This binary is available in cmd, through which I am running make.
> 
> Does make use a different path variable in cmd than the default windows
> path?

Make uses the same Path variable, and uses the search algorithm
described in the documentation of CreateProcess API.

IOW, if cmd finds the binary, there's no reason for make not to find
it.