From: tpmod666 AT yahoo DOT com (tuomas) Newsgroups: comp.os.msdos.djgpp Subject: Re: wont compile in DJGPP Date: 19 Sep 2001 05:10:33 -0700 Organization: http://groups.google.com/ Lines: 9 Message-ID: References: <9o2ij8$ak3ka$1 AT ID-72226 DOT news DOT dfncis DOT de> NNTP-Posting-Host: 195.148.208.15 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1000901433 9527 127.0.0.1 (19 Sep 2001 12:10:33 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 19 Sep 2001 12:10:33 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Radical NetSurfer wrote in message news:... > Just as an experiment to see what my installation of DJGPP 2.03 > (GCC 2.95.3) would do, I tried, and got this output: --cut In the headers, try to use the syntax and remove all the std:: stuff. If this won't work, try to link your program with stdcx-library ( -lstdcx). I'm not sure if this works - in the case try to load the newest version of gcc and try with that...