From: Chris Croughton Newsgroups: comp.os.msdos.djgpp Subject: Re: 8.3 name convention problem Date: Mon, 29 Jun 1998 17:23:25 +0200 Message-ID: <3597B16D.33FA@amc.de> References: <359520BD DOT 82955B75 AT bobcat DOT ent DOT ohiou DOT edu> <359585F0 DOT 98AA2107 AT cartsys DOT com> NNTP-Posting-Host: bob.bob.bofh.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Nate Eldredge wrote: > I believe this is addressed in the FAQ. There should be no > circumstances under which you have to change the file names in the > headers. I suggest you reinstall the originals. For the problem: > > If you set LFN=Y in your environment, all DJGPP programs will > automagically support long file names. This, IMHO, is the best > solution. It seems that InfoZip also doesn't know about long names - even setting LFN=Y under Win95 gets the names created with the right case (as if that mattered!) but still truncates to 8.3 ("ChangeLog.texi" in the zip file - as reported by unzip -v - ends up as "ChangeLo.tex"). Is there something which has to be set when compiling as well as when running? Chris C