[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: c-strtod.c and AIX 7
From: |
Albert Chin |
Subject: |
Re: c-strtod.c and AIX 7 |
Date: |
Thu, 18 Nov 2010 20:54:35 -0600 |
User-agent: |
Mutt/1.5.20 (2009-08-17) |
On Thu, Nov 18, 2010 at 10:36:47PM +0100, Bruno Haible wrote:
> > ld: 0711-317 ERROR: Undefined symbol: .strtold_l
> > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> > information.
> > gmake[1]: *** [printf] Error 8
> > ...
> > If LC_ALL_MASK is defined, we have:
> > r = strtod_l (nptr, endptr, locale);
> > or:
> > r = strtold_l (nptr, endptr, locale);
> >
> > Where is strtod_l/strtold_l defined? I can't find it in any source file.
>
> strtod_l and strtold_l are POSIX functions, which are supposed to be
> defined by the system.
>
> Here's a proposed fix:
Thanks. The patch works.
--
albert chin (address@hidden)