make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SHELL


From: Ashley Holland
Subject: SHELL
Date: Fri, 3 Jun 2005 15:24:13 +0200

Hi, I am getting rather confused using mingw32-make.exe and I hope
that someone can help.

I have a VERY simple makefile

SHELL = /bin/sh

all:
        @echo $(SHELL)


and the echo only works if I DONT have an sh.exe somewhere in my PATH,
which is not what I expected.

I get the error 

mingw32-make.exe all 
process_begin: CreateProcess((null), echo C:/mingw/bin/sh.exe, ...) failed.
make (e=2): The system cannot find the file specified.

mingw32-make.exe: *** [all] Error 2

If sh.exe is in  C:/mingw/bin/sh.exe.


Can anyone help explain this?

Thanks,

Ashley 
-- 
Ashley Holland
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]