bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] wchar: avoid a linker error during configure on AIX


From: CHIGOT, CLEMENT
Subject: [PATCH] wchar: avoid a linker error during configure on AIX
Date: Tue, 13 Oct 2020 14:59:26 +0000

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

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