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


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to