bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lib/exclude.c calls towlower() without checking for wideline support


From: Alan Hourihane
Subject: Re: lib/exclude.c calls towlower() without checking for wideline support
Date: Tue, 01 Sep 2009 11:13:07 +0100

On Tue, 2009-09-01 at 13:10 +0300, Sergey Poznyakoff wrote:
> Alan Hourihane <address@hidden> ha escrit:
> 
> > exclude.c: In function 'string_hasher_ci':
> > exclude.c:167: warning: implicit declaration of function 'towlower'
> > exclude.c:167: warning: incompatible implicit declaration of built-in
> > function 'towlower'
> 
> These are warnings, not errors. What errors do you get? Please, send
> me the config.log and error output from make.

Yes, but I get this....

nm exclude.o  | grep towlower
         U _towlower

And my libc doesn't define towlower() either. That's why I end up with
an undefined reference to towlower() from lib/exclude.c as all the other
references to towlower() in lib/*.c are wrapped up in widechar #define
checks.

Alan.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]