Discussion:
error in make file
Nishit Shah
2008-04-06 06:35:56 UTC
Permalink
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
--
Thanking you,
Nishit Shah
Edutech Systems
Samuel Klatchko
2008-04-06 17:08:57 UTC
Permalink
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
Post by Nishit Shah
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
Loading...