On Tue, 2009-09-01 at 13:10 +0300, Sergey Poznyakoff wrote:
> Alan Hourihane <al...@fairlite.co.uk> 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