|
From: Marcus J. <mar...@ho...> - 2005-12-05 14:34:55
|
Dear Group I am trying to run a makescript toport some UNIX/Linux programs to Windows. I am having trouble with running the makefile (or any script for that matter). For some reason when I go to the directory where the makefile is located through the msys shell, I get the following error message: sh: ./makeall: No such file or directory I have run this script in many different shell environments and I know they all act differently. If I run it in BASH shell in Cygwin or Linux, if I cd to the directory where the makefile is located all I have to do is type "makeall", which is the name of the makefile, and the script runs. From Interix I do the same thing except I type "./makeall" and the script is recognized and will run. Here, it seems that no matter what I do this particular script is not recognized. I have properly mounted the directory. I am completely stuck. Can someone help me? Thanks Marcus |