Date: Thu, 21 Aug 1997 10:19:30 +0300 (IDT) From: Eli Zaretskii To: Wayne cc: djgpp AT delorie DOT com Subject: Re: DJGPP & LFNs In-Reply-To: <199708210431.AAA16836@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 21 Aug 1997, Wayne wrote: > I converted these to LFN but I have found that DJGPP does not like LFNs. > > Has anyone patched DJGPP to support LFNs? DJGPP supports LFN automatically. You don't need to do anything to get this support except (maybe) setting LFN=y in the environment. After that, any file-oriented library function (like `open', `findfirst', `stat', `opendir' etc.) will automatically support long file names. If you still have problems, please ask specific questions. Posting short programs that don't seem to work together with the questions is the most effective way to get efficient help here.