From: "Matt Atkins" Newsgroups: comp.os.msdos.djgpp Subject: Re: CRC error in ftp.cdrom.com/pub/simtelnet/gnu/djgpp/v2gnu/gcc2951s.zip Date: Sun, 3 Oct 1999 20:40:57 +0100 Organization: BT Internet Lines: 23 Message-ID: <7t8bn1$qkt$1@plutonium.btinternet.com> References: <199909301335 DOT JAA25123 AT delorie DOT com> <006f01bf0ca8$5b781a60$526d5ecf AT big> NNTP-Posting-Host: host5-171-230-27.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Buckley wrote in message news:006f01bf0ca8$5b781a60$526d5ecf AT big... > Hello > > I just want to inform you that I downloaded gcc2951s.zip from > ftp://ftp.cdrom.com/pub/simtelnet/gnu/djgpp/v2gnu/ > yesterday and then today, and I am getting this archive error: > > testing: gnu/gcc-2.951/gcc/service bad CRC 1ec83e5f (should be aae63ebf) > > Tom You normally get a CRC error, when the uncompressed size of the files in the archive does not match the archives record of the uncompressed size of the files. AFAIK you can't correct this: the only option is to download the archive again. Regards, Matt