Date: Wed, 7 Sep 94 13:45:33 CDT From: "Cave Newt" To: bucknerma AT ornl DOT gov Subject: Re: unzip386 -o gcc260bn.zip error Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > I'm attempting to install djgpp on my 486 machine. When I attempted > to unzip386 -o gcc260bn.zip I got the following: "inflating: > bin/cc1.exe bad CRC af1ddcc1 (should be dc38864b)" and then t > the end: " 1 archive had fatal errors." I just downloaded from > oak.oakland.edu/pub/msdos/djgppp today. The most likely explanation is that you forgot to set binary mode at some point in your transfer, although unzip usually reports missing (or extra) bytes in the zipfile in that case. But since the archive hasn't changed in a month and unpacked just fine for everyone else (including me), your copy is suspect. Btw, carriage returns are our friends... Greg Roelofs (unzip author/maintainer)