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 (ch...@thewrittenword.com)

Reply via email to