X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Sun, 09 Dec 2001 18:36:27 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Andrew Cottrell" Message-Id: <3028-Sun09Dec2001183626+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com, sandmann AT clio DOT rice DOT edu In-reply-to: <003001c1809d$e0ff19c0$0102a8c0@acceleron> (acottrel@ihug.com.au) Subject: Re: v2.03 refresh ready for review/testing References: <10112090644 DOT AA19383 AT clio DOT rice DOT edu> <002b01c1808e$7f2fe080$0102a8c0 AT acceleron> <003001c1809d$e0ff19c0$0102a8c0 AT acceleron> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Andrew Cottrell" > Date: Sun, 9 Dec 2001 21:39:01 +1100 > > DJGPP H:\djgpp\gnu\gcc-2.953\build.djg>list > > Not enough memory (2) > > DJGPP H:\djgpp\gnu\gcc-2.953\build.djg>mem > > 655360 bytes total conventional memory > 655360 bytes available to MS-DOS > 66608 largest executable program size 66KB of free conventional memory? what gives?? What does "mem /c" display at this point? > checking whether the C compiler (gcc -O2 ) works... no > configure: error: installation or configuration problem: C compiler cannot > create executables. What happens if, after the failure, you manually invoke the same command that the configure script tried to run to check that GCC ``can create executables''? I'm asking because, even with 66KB of low memory, we should have enough for several levels of nestiong on Windows. Unless this: > 1048576 bytes total contiguous extended memory > 0 bytes available contiguous extended memory > 941056 bytes available XMS memory > MS-DOS resident in High Memory Area means that there's no DPMI memory as well. But if that's so, you should see a message from the stub about "No DPMI memory" or something.