Date: Sun, 01 Oct 2000 21:20:12 +0200 From: "Eli Zaretskii" Sender: halo1 AT inter DOT net DOT il To: clc5q AT cobra DOT cs DOT Virginia DOT EDU (Clark L. Coleman) Message-Id: <2593-Sun01Oct2000212012+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <8r29kr$opd$1@murdoch.acc.Virginia.EDU> (clc5q AT cobra DOT cs DOT Virginia DOT EDU) Subject: Re: Program too big to compile (was Re: missing cc1plus.exe file) References: <_spx5.40284$XZ4 DOT 513027 AT news DOT infostrada DOT it> <8q9vhv$dlq$1 AT antares DOT lu DOT erisoft DOT se> <8qa77h$q71$1 AT murdoch DOT acc DOT Virginia DOT EDU> <8qa9to$hf8$1 AT antares DOT lu DOT erisoft DOT se> <8r29kr$opd$1 AT murdoch DOT acc DOT Virginia DOT EDU> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: clc5q AT cobra DOT cs DOT Virginia DOT EDU (Clark L. Coleman) > Newsgroups: comp.os.msdos.djgpp > Date: 29 Sep 2000 14:40:27 GMT > > As I increase the minstack of cc1.exe from 24 MB up to 64 MB, nothing > changes. I still get "I/O error" on the assembly language output file. Oh, another idea: make sure the disk where your TMPDIR environment variable points has enough free space. cc1.exe writes its output to a temporary file, and if the disk gets filled half way through, you'll get your "I/O error".