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++/16182] wctype.h not included by c++locale_internal.h


------- Additional Comments From rearnsha at gcc dot gnu dot org  2004-06-24 23:09 -------
Hmm, it seems that when checking for wctype.h configure has written the
following line into conftest.c

#define ${ac_tr_func} 1

That of course causes a failure when passed to the C++ compiler.

I'll investigate further.

-- 


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


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