Date: Tue, 30 Jun 1998 10:23:41 +0300 (IDT) From: Eli Zaretskii To: Chris Croughton cc: djgpp AT delorie DOT com Subject: Re: 8.3 name convention problem In-Reply-To: <3597B16D.33FA@amc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 29 Jun 1998, Chris Croughton wrote: > 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? You don't tell which version of InfoZip did you use, and how did you arrive at the binary (did you compile it yourself?). Some versions of InfoZip need to be compiled with -DVFAT to enable DJGPP-style runtime support for long file names. You need to grep the sources for VFAT to see the state of affairs in the version you use. It is possible that latest versions of InfoZip enable long file name support automatically, but I'm not sure.