Belated 2.0.109 success, and a patch
Christopher Sekiya
wileyc@sekiya.twics.co.jp
Thu Apr 1 00:00:00 GMT 1999
2.0.109 looks good on i586, m68k, and sparc32 when compiled with
egcs-1.1.1 and binutils-2.9.1. Compiling for an i686 target resulted in
the generated rpcgen segfaulting during the subdir_others build phase.
This may be an egcs issue.
A small patch to wcsmbs/wcstold.c was necessary to make sparc32 build
properly. The patch is appended below.
-- Chris (wileyc@sekiya.twics.co.jp)
--- wcsmbs/wcstold.c~ Thu Jan 14 07:42:35 1999
+++ wcsmbs/wcstold.c Thu Jan 14 07:42:31 1999
@@ -45,6 +45,7 @@
# include <stdlib/strtod.c>
#else
+#include <wchar.h>
/* There is no `long double' type, use the `double' implementations. */
long double
__wcstold_internal (const wchar_t *nptr, wchar_t **endptr, int group)
More information about the Libc-alpha
mailing list