X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.66.20.100 with SMTP id m4mr13737505pae.36.1385597563654; Wed, 27 Nov 2013 16:12:43 -0800 (PST) X-Received: by 10.182.47.161 with SMTP id e1mr183527obn.24.1385597563548; Wed, 27 Nov 2013 16:12:43 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Wed, 27 Nov 2013 16:12:43 -0800 (PST) In-Reply-To: <52957941.9050203@iki.fi> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=5.241.43.63; posting-account=O4PeigoAAAAxZv2r8tNE88JIfXb1PYZ9 NNTP-Posting-Host: 5.241.43.63 References: <0404a92b-e194-4e75-97b5-58c8e5b3c076 AT googlegroups DOT com> <52957941 DOT 9050203 AT iki DOT fi> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <57ae09cc-bc48-4dcf-978d-9078096b2127@googlegroups.com> Subject: Re: Using DJGPP for C++ DOS development today? From: John Davidson Injection-Date: Thu, 28 Nov 2013 00:12:43 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1828 Lines: 8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 > You surely will have trouble with C++ standard library on 80386 not only due > to small memory amount. > > C++ library uses instructions only available since 80486. 80486 may be OK. I > myself have nothing lower than Core 2. I tried to find some more info about this, but came up short. Do you know when glibc stopped supporting the i386? I see GCC supported the 386 until ~2012 (4.8). And does the STL use glibc for everything? What I really want to know is what is the latest version of DJGPP or GCC that I can use with an 80386, so I can figure out what subset of C++ I must limit myself to. Or if there are any other C++ compiler I should use.