wstring and gcc
andy
andy@softbook.com
Thu Oct 3 12:09:00 GMT 2002
The wide char support is determined by the system, I believe.
The configure script looks for wchar support in the system headers and turns
off the libc++ macros if it doesn't find it there.
In my particular case, I'm on a machine with a rather old kernel and I
installed gcc3 in my home directory and not in /usr
So maybe a combination of the above resulted in the problem
Andy
On 10/3/02 10:20 AM, "Gokhan Kisacikoglu" wrote:
> andy wrote:
>>
>> I got it to work.Basicaly, I just needed to enable wchar support in
>> libstdc++.
>
>
> Does this mean you can either use the wide or normal characters, or
> simply it is an configuration issue to support them both?
>
> Gokhan
More information about the Gcc-help
mailing list