Date: Sun, 3 Nov 1996 11:12:32 +0200 (IST) From: Eli Zaretskii To: tehmul%NIITPUN AT iris DOT ernet DOT in Cc: djgpp AT delorie DOT com Subject: Re: Need help with make. In-Reply-To: <385B083001E72A00@iris.ernet.in> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 2 Nov 1996 tehmul%NIITPUN AT iris DOT ernet DOT in wrote: > >> (like put a path to it in some file or anything?). When i go to use it on > >> makefiles it outputs errors which look like it can't find the sources. > > I have a similar problem. On a standalone it works great, but on netware, it > said `no targets specified and no makefile found', tho' there was one. The best way to try to solve this is to run Make under a debugger and post detailed info on where does it fail on netware but succeeds on local disk. The calls to `stat' would be the first place to look. If you cannot do the above, please post the shortest Makefile which exhibits such problems, the exact error message(s) printed by Make, and the listing of the directory where you run Make (so that the timestamps of the various involved files are visible).