This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]