Configure programs aiming to check if wchar.h uses 'inline' correctly
raises a linker error on AIX because there are redefining wcstod to an
undeclaration function. However, in the latest AIX version (at least
7.1.5 and after 7.2.3), wcstod() is used to declare a static function
directly in wchar.h. Thus, renamed_wcstod() must be defined.

* m4/wchar_t.m4 (gl_WCHAR_H_INLINE_OK): Add fake definiton of
renamed_wcstod for AIX.






Clément Chigot

ATOS Bull SAS
1 rue de Provence - 38432 Échirolles - France

Attachment: 0001-wchar-avoid-a-linker-error-during-configure-on-AIX.patch
Description: 0001-wchar-avoid-a-linker-error-during-configure-on-AIX.patch

Reply via email to