This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Make cross failing -- newer version of newlib?
- To: egcs at egcs dot cygnus dot com
- Subject: Make cross failing -- newer version of newlib?
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Sat, 20 Feb 1999 17:35:51 +0000
- Cc: richard dot earnshaw at arm dot com
- Organization: ARM Ltd.
- Reply-To: richard dot earnshaw at arm dot com
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?