[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Fri Jun 2 21:22:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list