This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


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

Belated 2.0.109 success, and a patch


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)



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