hpux10.20 works, kindof

Benjamin Kosnik bkoz@cygnus.com
Sat Jun 5 17:51:00 GMT 1999


Did you make the necessary changes to c++config.h? I see it's
bailing on a char_traits<wchar_t>, which is kind of suspicious. 

For the moment, on HPUX only, you'll have to change line 52 of
src/gen-c++config.cc

from:
#define _G_USE_WCHAR_T 1

to:
//#define _G_USE_WCHAR_T 1


-Benjamin

On 5 Jun 1999, Marc Girod wrote:

> >>>>> "BK" == Benjamin Kosnik <bkoz@cygnus.com> writes:
> 
> BK> ...but not with wchar_t. You'll need to edit the bits/c++config.h file to
> BK> undefine _G_USE_WCHAR_T macro for now. And use today's cvs sources.



More information about the Libstdc++ mailing list