Date: Thu, 22 May 1997 18:43:45 +0300 (IDT) From: Eli Zaretskii To: John Eccleston cc: djgpp AT delorie DOT com Subject: Re: Using MAKE to compile JAVA In-Reply-To: <864133050.469608@red.parallax.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 20 May 1997, John Eccleston wrote: > make.exe: *** No rule to make target `SwapWatcher.java', needed by > `SwapWatcher. > class'. Stop. This usually means that Make cannot find a file named `SwapWatcher.java'. Do you have it in the directory where you run Make? If you do, and you are running Make on Windows 95, try setting LFN=n in the environment and run Make again. If it doesn't help, set LFN=y and try once more.