This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]