It sounds to me like you don't have "make" in your path.  Can you run a very
simple Makefile, something like:

---- cut here -----
test:
    echo success   
---- cut here -----

If you get the same error with the Makefile above, then the problem is not
with make but with your environment.

samuel
        



On 4/5/08 11:35 PM, "Nishit Shah" <[EMAIL PROTECTED]> wrote:

> i am using make file that i ve attached in my ide. i am getting error while
> compiling that "error(e=2):system cannot find file specifed: make"
> Can u please help me out in this matter



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to