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

Re: more glibc 2.0.109 fails on linuxppc


> From: "Jack Howarth" <howarth@bromo.med.uc.edu>
> Date: Wed, 30 Dec 1998 00:07:53 -0500
> 
>   I finally managed to compile glibc 2.0.109 on linuxppc with Linux 2.2.0pre1,
> binutils 2.9.1.0.19a and egcs 1.1.1 using the following patch...
> 
> diff -uNr glibc-2.0.109/wcsmbs/wcstold.c glibc-2.0.109.new/wcsmbs/wcstold.c
> --- glibc-2.0.109/wcsmbs/wcstold.c      Mon Dec 28 22:11:23 1998
> +++ glibc-2.0.109.new/wcsmbs/wcstold.c  Tue Dec 29 17:30:37 1998
> @@ -18,6 +18,7 @@
>     Boston, MA 02111-1307, USA.  */
> 
>  #include <math.h>
> +#include "wchar.h"

You also need to patch wcstold_l.c, or similar.  I expect this is the
problem.  I have sent in a patch, and 2.0.109 now passes `make check'
on my system.

-- 
Geoffrey Keating <geoffk@ozemail.com.au>


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