From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Download/unzip problem Date: Sun, 02 Apr 2000 23:26:43 +0100 Organization: Customer of Planet Online Lines: 24 Message-ID: <73hfes4be92s51thceeo0p7hdkfci1pvkl@4ax.com> References: <38E7AACE DOT 10B2F565 AT yahoo DOT com> NNTP-Posting-Host: modem-13.chromium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg3.svr.pol.co.uk 954715084 12642 62.136.23.13 (2 Apr 2000 22:38:04 GMT) NNTP-Posting-Date: 2 Apr 2000 22:38:04 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Outsider wrote: > I have a problem. I downloaded this humongous zip file > 13,920,554 bytes. There were no errors when I tested it. > I unzipped the file and it seemed to go ok (but I wasn't > paying real close attention since it tested ok). When I > unzipped again with the refresh option, I got this: [snip error messages] > I need a C++ compiler that runs in DOS. You probably did not want to install that humongous zip file, it is the source code for GCC and is only required if you want to compile your own version of the compiler. AFAIK you can not do that in DOS because you would need support for long filenames. Check the Zip-Picker at http://www.delorie.com to see which zip files you need to compile C++ programs in DOS, download any that you don't already have and re-install from scratch. The readme.1st file has instructions for installation. The FAQ also has useful tips for running DJGPP in DOS. Post any problems you have here but please say the exact command line you used.