X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.99.167.66 with SMTP id w2mr4482528pgo.71.1503003541936; Thu, 17 Aug 2017 13:59:01 -0700 (PDT) X-Received: by 10.31.151.77 with SMTP id z74mr57020vkd.3.1503003541801; Thu, 17 Aug 2017 13:59:01 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Thu, 17 Aug 2017 13:59:00 -0700 (PDT) In-Reply-To: <66694c0e-7f93-494b-a566-29cedaebf471@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.177.38.55; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.177.38.55 References: <66694c0e-7f93-494b-a566-29cedaebf471 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: cc1plus.exe: out of memory ... From: "RayeR (glaux AT centrum DOT cz) [via djgpp AT delorie DOT com]" Injection-Date: Thu, 17 Aug 2017 20:59:01 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 1619 Lines: 7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v7HLF1mp017889 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 > Assure file is saved as UTF-8 Why do you use UTF8 instead of plain 8bit ASCII? But seems to be no problem here, probably gcc would thropw another error/warnig if it would have problem with some "bad" character. It just seems you don't have enough DMPI memory, older gcc is less memory hungry so it passed and newer hit the limit. Try to check available / increase allowed DPMI memory for your NTVDM environment.