------- Comment #7 from pcarlini at suse dot de  2006-06-02 21:21 -------
(In reply to comment #4)
> Created an attachment (id=11582)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11582&action=view) [edit]
> ./mips-sgi-irix6.5/libstdc++-v3/config.log


I do not understand: the configure tests apparently are enabling wchar_t
support. Can you double check that you can indeed compile (with 4.1.0, for
example) this C++ snippet:

/////////////

#include <wchar.h>

namespace test
{
  using ::wcsftime;
  using ::wcstok;
}

/////////////

???


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27878

Reply via email to