This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: problem building library
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: Re: problem building library
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Thu, 14 Oct 1999 23:17:56 -0700 (PDT)
> Compiler complains about code like:
> bool
> ctype<wchar_t>::do_is(mask __m, char_type __c) const
> {
> return (__c < _S_table_size) && (_S_table[__c] & __m);
> }
comment out the following in bits/c++config.h.in and re-configure/build.
// #define _GLIBCPP_USE_WCHAR_T 1
-benjamin