This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: wstring implementation problem
At 10:01 AM 5/16/01 -0400, Phil Edwards wrote:
>On Wed, May 16, 2001 at 01:27:32PM +0300, Antti.Kuorelahti@nokia.com wrote:
> > I´m having problems with using wstring with gcc 2.95.3 on RedHat 7.0. I
> have
> > seen reports of similar problems, but none of them seem to work for me. I
> > tried applying the changes to bastring.h and string (the uncommenting
> > wstring typedef, etc.). Do you have any suggestions for getting this work?
> > Are there any patches ready to solve this problem?
>
>The libstdc++ in 2.95.* has been deprecated and more-or-less abandoned.
>Please try one of the 3.0-prerelease snapshots, which contains a totally
>rewritten libstdc++, including wstring support.
Note: if you're restricted to using gcc 2.95.3, the most recent libstdc++
that will work is libstdc++ 2.90.8. It still has quite a lot of bugs, but
more recent versions don't work.
- Andrew