This is the mail archive of the gcc@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]

Re: Make cross failing -- newer version of newlib?


> 
> 
>   In message <199902201735.RAA23565@sun52.NIS.cambridge>you write:
>   > The recent change to libstc++/std/straits.h to make it include cwctype is 
>   > causing a 'make cross' to fail when using newlib.  The problem is that the 
>   > latest release of newlib (1.8.1) doesn't contain wctype.h or wchar.h.
>   > 
>   > Does anyone know if there's a newer release of newlib available?
> What I think needs to happen for these libstdc++ wide character problems is
> the necessary support routines need to be conditionally added to libiberty.
> 

Actually, it's not just newlib.  NetBSD doesn't have these include files 
either, which means that bootstraps are always failing whilst building 
libstdc++.  Could this code be autoconf'ed or ifdef'ed out until we have 
general wchar support?

Richard.




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