Bruno Haible <[EMAIL PROTECTED]> writes:

> Hello Sergey,
>
>> > This renders compilation of 4.13 inoperable on these systems, and you get 
>> > the
>> > build errors below....
>> > 
>> > display.o:display.o:(.text+0x786): undefined reference to `mbrtowc'
>> > display.o:display.o:(.text+0x78c): undefined reference to `mbsinit'
>
> The problem is that texinfo's info.h includes mbiter.h unconditionally,
> whereas the module description in gnulib specifies this:
>
> Include:
> #if HAVE_MBRTOWC
> #include "mbiter.h"
> #endif

Shouldn't these functions be declared in wchar.h instead?

http://www.opengroup.org/onlinepubs/009695399/functions/mbrtowc.html
http://www.opengroup.org/onlinepubs/009695399/functions/mbsinit.html

/Simon


Reply via email to