1.

Solve : need help.?

Answer»

i have downloaded bash shell for windows from http://www.steve.org.uk/Software/bash/
and keep all the FILES in side c:\bash folder ,now i have  TRIED to run make file form cmd.exe

makefile is LIKE

Code: [SELECT]SHELL=/bash/bash.exe

test:
echo "testing file"
when i execute this file  , i got an error : Quote

"/c: /c: No such file or directory"


can any one helps me how it works ?the slash direction in Windows is opposite to Linux Quote
the slash direction in Windows is opposite to Linux

I know i use the opposite one only , still it returns error. Code: [Select]SHELL = C:\bash\bash.exe
test:
echo "testing"

makefile works well now
thanks for the help


Discussion

No Comment Found