From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: The standard library version in gpp Date: 2 Jun 2003 10:33:03 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 16 Message-ID: References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Alex Vinokur (alexvn AT bigfoot DOT com) wrote: : How can we know what is version of the standard library of gpp? I think the libcstdcxx version matches the version of GCC, so if you use GCC 3.2.2 you're using version 3.2.2 of the library. If you were thinking about C++ standard version, GCC aims for the latest C++ standard. If it's actually there, I don't know. If you were thinking about libc (unlikely as you speak of gpp) it matches the DJGPP version. Right, MartinS