Scripsit [EMAIL PROTECTED]

> make: my_make.mak: No such file or directory (ENOENT)
> Even invokation without any option and an existing 'Makefile'
> delivers a corresponding message.
> What can I do?

You need to tell something about the environment you run make
in. Which operating system? Did you compile make yourself? Are you
really sure the file does exist - can you get a C program of your
own to stat(2) it? Etc.

If you run Linux, try to strace(1) the make process and check
whether the filename gets mangled internally, or some weird
chdir takes place.

-- 
Henning Makholm   "Der er ingen der sigter på slottet. D'herrer konger agter
                 at triumfere fra balkonen når de har slået hinanden ihjel."

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

Reply via email to