Xref: news2.mv.net comp.os.msdos.djgpp:5717 From: dch AT sirius DOT demon DOT co DOT uk (D C Haslam) Newsgroups: comp.os.msdos.djgpp Subject: Emacs 19.31 - LFN doesn't work Date: 8 Jul 1996 00:05:08 +0100 Organization: none Lines: 21 Sender: dch AT sirius DOT demon DOT co DOT uk Message-ID: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I've compiled emacs 19.31 from source using djgpp 2, and emacs runs fine so far, except I can't get LFN to work. I have the environment variable LNF set to yes. If I run emacs with gdb, then if I examine the variable _crt0_startup_flags, it has the value 0xC00 even before the program starts. This means the _CRT0_FLAG_NO_LFN is already set. I've searched the emacs source but can't find anywhere where this variable could get this value. The variable gets declared in msdos.c, but not to this value. Is there some other way that _crt0_startup_flags is being setup that I can't find? -- David Haslam