From: sl AT psycode DOT com (sl) Message-ID: To: "djgpp AT delorie DOT com" Date: Wed, 30 Dec 1998 01:41:31 -0500 (EST) X-Newsreader: PMINews 2.00.1205 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: DJGPP 2.02 breaks STDLIBCXX Reply-To: djgpp AT delorie DOT com On Sat, 26 Dec 1998 15:06:04 -0800, Nate Eldredge wrote: >sl wrote: >> >> 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? > >How did you set LFN=N? And the file's name is indeed libstdcx.a? I modified DJGPP.ENV.. The filename is called "libstdcx.a" .. I have checked.. BTW: I just checked now and it seems this does NOT work properly under DJGPP 2.01 as I had previously thought. But I still do not understand why it does not work.. Gili