Newsgroups: comp.os.msdos.djgpp From: starx AT pacbell DOT net (StarWeaver) Subject: Re: Extracting problem References: X-Newsreader: News Xpress 2.01 Lines: 29 Message-ID: <6g3T3.241$Fm4.26106@typhoon-sf.snfc21.pbi.net> Date: Sun, 31 Oct 1999 22:22:54 GMT NNTP-Posting-Host: 63.192.42.251 X-Complaints-To: abuse AT pacbell DOT net X-Trace: typhoon-sf.snfc21.pbi.net 941408386 63.192.42.251 (Sun, 31 Oct 1999 14:19:46 PST) NNTP-Posting-Date: Sun, 31 Oct 1999 14:19:46 PST Organization: SBC Internet Services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Earlier, djgpp AT delorie DOT com wrote: >Hi, > >I just noticed a problem with DJGPP. I extracted DJGPP with PKUNZIP. But >when I started stubify.exe (or an other executable from djdev202.zip), I >got the error, there was no correct COFF. > >Then I extracted the same zipfile with Aladdin Expander(win32) and then >everything works fine! > >Maybe some other users have got the same problem, > >Jelmer > Heh, well i think _i_ can awnser this... the problem is the old pkunzip program does not extract long file names. It list the files with LFNs as it's extracting them but they will be truncated when they reach the filesystem. You might want to get a new version of the offical PKzip tools, from www.pkware.com. There is win9x GUI verson and a win9x command line version, among others. (If you get the command line version i suggest putting it in your path (as you may already have pkzip), renaming it pkz.exe for sanity, and typing 'pkz -config -max -dir', which will make it always use level nine compression and always extract subdirectorys. ) Hope to help. -StarWeaver Blue