Bugzilla – Bug 67
1.0 precompiled libstdc++ does not include wchar_t support
Last modified: 2003-10-29 12:47:39
You need to log in before you can comment on or make changes to this bug.
The llvm-g++ program fails to compile the following program, producing the following error: #include <string> typedef std::wstring mytype2; test.cpp:3: error: expected init-declarator test.cpp:3: error: expected `,' or `;' This is reduced from kimwitu++-2.3.8.
For some reason, when I configured libstdc++ originally, it thought that we didn't have 'wcsxfrm', so it disabled wchar_t support. After I clued into the need to delete config.cache, I rebuilt and the problem is now gone. -Chris
Uhh, I really didn't mean to change the subject to THAT.