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

2020-10-18 Thread CHIGOT, CLEMENT
HiĀ  > I can't reproduce the problem on the AIX 7.1 and 7.2 systems I have > access to. Anyway... > Your patch is a workaround to a workaround. Worse, I can't verify that > your patch does not break the original workaround (on glibc systems of > around 2009). Therefore I find it better to just not

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

2020-10-18 Thread Bruno Haible
Hi, CHIGOT, CLEMENT wrote: > 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

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

2020-10-13 Thread CHIGOT, CLEMENT
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