On 17 September 2007 07:11, srikumar wrote:

> Hi all,
>   I'm invoking a tool using gmake. The tool does get invoked and everything
> goes fine till the exit. On exiting, i get this error. 
> 
> make : *** [log/a.log] Error 24
> 
> Can somebody tell me what this error is ? I don't get any other message
> along with this error. I tried searching for the error number and the
> corresponding message, but, so far have not been successful.  

~ $ grep 24 /usr/include/sys/errno.h
#define EMFILE 24       /* Too many open files */


  At any rate, that's what it means on cygwin and linux/glibc.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to