bug-make
[Top][All Lists]
Advanced

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

Re: ..:: DREAMCAST PROGRAMMING WITH Dev-C++ : ERROR WITH "MAKE.EXE" ::..


From: Sam Ravnborg
Subject: Re: ..:: DREAMCAST PROGRAMMING WITH Dev-C++ : ERROR WITH "MAKE.EXE" ::..
Date: Sun, 20 Jul 2003 20:06:48 +0200
User-agent: Mutt/1.4.1i

On Sun, Jul 20, 2003 at 02:53:32PM +0200, DeZNiUS wrote:
> But when i try to compile any program, i have this error :
> 
> Compilator : Dreamcast Profil
> Building Makefile: "E:\Documents and 
> Settings\DEZNIUS\Bureau\COOL\Makefile.win"
> Finding dependencies for file: E:\Documents and 
> Settings\DEZNIUS\Bureau\COOL\SansNom1.cpp
> Execution of  make...
> make.exe -f "E:\Documents and Settings\DEZNIUS\Bureau\COOL\Makefile.win" all
> sh-sega-dreamcast-g++.exe -c SansNom1.cpp -o SansNom1.o 
> -I"C:/DevKitDc/include"  -I"C:/DevKitDc/include/g++-v3/backward"  
> -I"C:/DevKitDc/include"  
> make.exe: /bin/sh.exe: Command not found
> make.exe: *** [SansNom1.o] Error 127
> Execution Completed
> 
> Can u explain what's the "/bin/sh.exe" error ???

What you see above is make complaining that it cannot find the executable
/bin/sh.exe.
I suggest you to consult the README file for any dependencies on your
system in order to build the application.
The above is _not_ an eror in make, but instead make telling you that
it cannot find the executable.

        Sam




reply via email to

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