From: "sl" Newsgroups: comp.os.msdos.djgpp Subject: DJGPP 2.02 breaks STDLIBCXX Date: Thu, 24 Dec 1998 15:49:22 -0500 (EST) Organization: Posted via RemarQ, http://www.remarQ.com - Discussions start here! Lines: 15 Message-ID: NNTP-Posting-Host: 205.205.244.176 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: 914532017 ZCZSLWF4GF4B0CDCDC usenet57.supernews.com X-Complaints-To: newsabuse AT remarQ DOT com X-Newsreader: PMINews 2.00.1205 For OS/2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, Using DJGPP 2.02, and GCC 2.8.1 I cannot get my applications (which make use of ) to work properly. They keep on complaining about: "undefined reference to 'operator<<(ostream&, basic_string);'" Basically it seems that LIBSTDCX is not being found hence causing all these errors.. I set LFN=N and used PKUNZIP.EXE under DOS to extract all the necessary files. I did not have this problem under DJGPP 2.01 .. How does one go about fixing these errors? Gili