This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: wstring & wfstream
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Eric Ray <ERay at zixit dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 15 Mar 2002 10:08:58 -0800 (PST)
- Subject: RE: wstring & wfstream
> and I'm using gcc version 2.95.3 20010315 (release)
You have to use gcc-3.x to use wide streams or wide characters, period.
I suggest using gcc-3.1 branch.
> How do I manually turn on support for wide characters?
That's a really good question. For Linux, the support is enabled by
default. For solaris, you'll have to see what in the configuration
process turns it off. A quick look through
(builddir)/(target)/libstdc++-v3/config.log will tell you what's up.
I thought that solaris 2.8 had wide character support on by default but I
don't really know, and don't have a solaris build around to check.
-benjamin