Date: Sun, 12 May 1996 10:03:52 +0200 (IST) From: Eli Zaretskii To: Jeffrey Taylor Cc: djgpp AT delorie DOT com Subject: Re: DJGPP program compiles differently in emacs? In-Reply-To: <4morfb$5ai@mark.ucdavis.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 8 May 1996, Jeffrey Taylor wrote: > I switched to Win95 and found that running make from within emacs works, > but from DOS prompt, make complains that it can't find GNUmakefile. My > makefile is gnumakef (or GNUMAKEF). Seems long file name support is on > and off differently in the different environments. Note: I am using > Thompson Toolkit for my shell. The make from within emacs proably from > COMMAND.COM. First, set LFN to y from the DOS prompt or from AUTOEXEC.BAT. Second, when you use LFN, don't expect DJGPP to support both long filenames and their truncated versions. In your case, rename GNUMAKEF to GNUmakefile, then try it again. Besides, Emacs 19.30 is compiled with v1.x (that version didn't support v2), and DJGPP v1.x doesn't know at all about LFN and Win95.