Mail Archives: djgpp/1996/05/12/03:10:28
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.
- Raw text -