Date: Mon, 7 Aug 2000 10:32:20 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Ron House cc: djgpp AT delorie DOT com Subject: Re: STL under DJGPP? In-Reply-To: <398E2CDC.744D4C89@usq.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 7 Aug 2000, Ron House wrote: > I downloaded the latest standard STL headers and tried them under both > Linux g++ and Djgpp: the former, success; the latter, not so. Various > headers produce syntax errors (e.g. ) Obviously Djgpp is > using an old version of the parser. What does "gcc --version" print in both cases? If it prints the same, they use the same parser. If not, upgrade your DJGPP port of GCC to the latest version 2.95.2, if you don't have it already. If you already have 2.95.2, it means that the Linux machine has a beta version of GCC installed, since 2.95.2 is the latest official release.