X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.68.132.1 with SMTP id oq1mr5513157pbb.12.1442089899073; Sat, 12 Sep 2015 13:31:39 -0700 (PDT) X-Received: by 10.182.105.230 with SMTP id gp6mr21912obb.12.1442089898978; Sat, 12 Sep 2015 13:31:38 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sat, 12 Sep 2015 13:31:38 -0700 (PDT) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=72.25.37.21; posting-account=XGWx5woAAACFbFREYlembztJnxsJ2Of0 NNTP-Posting-Host: 72.25.37.21 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1fc76553-1d38-44a3-885a-ca0dc772f46d@googlegroups.com> Subject: Out of memory error compiling Mesa 6.4.2 in Windows 7 32-bit From: "emoaddict15 AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Sat, 12 Sep 2015 20:31:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1576 Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I normally compile all my projects on Windows XP SP3 but opted to try it on my newer, faster computer that has Windows 7 32-bit. When compiling a large project like Mesa 6.4.2 it gets to fxtris.c in the project then bombs out with: cc1.exe: out of memory allocating 4072 bytes after a total of 27307024 bytes. This is the same DJGPP directory copied over from Windows XP SP3, where it compiles fine there. Is this a known issue with DJGPP 2.05? I am using GCC3.4.6 and Binutils 2.25 (reported from running ar -v). Frank