Mail Archives: djgpp/1996/07/07/20:16:18
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
- Raw text -