[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make and cygwin issue
From: |
Eli Zaretskii |
Subject: |
Re: make and cygwin issue |
Date: |
Thu, 27 Apr 2006 22:38:45 +0300 |
> From: "luoyi" <address@hidden>
> Date: Thu, 27 Apr 2006 13:02:38 +0800
>
> F:\maketest>make
> type hello
> process_begin: CreateProcess((null), type hello, ...) failed.
> make (e=2): .......
> make: *** [all] Error 2
I get "The system cannot find the file specified." instead of the
non-ASCII string (that I replaced with ellipsis) after "(e=2)". That
is, the problem is that Make doesn't find the command "type", and
since it is not a shell built-in, it fails.
This is expected behavior.