[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error in make file
From: |
Samuel Klatchko |
Subject: |
Re: error in make file |
Date: |
Sun, 06 Apr 2008 10:08:57 -0700 |
User-agent: |
Microsoft-Entourage/11.4.0.080122 |
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" <address@hidden> 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