m4-1.4.17 test-mbrtowc3.sh fails on Solaris without European localization

2014-11-06 Thread Kiyoshi KANAZAWA
Hello, On Solaris 10 x86/x64, "test-mbrtowc3.sh" fails if European localization is not installed. It passes with European localization. This is the common test-suite bug in diffutils-3.3, grep-2.20, libunistring-0.9.4 and m4-1.4.17. --- Kiyoshi

Re: m4-1.4.17 test-mbrtowc3.sh fails on Solaris without European localization

2014-11-07 Thread Kiyoshi KANAZAWA
t; >Eric Blake writes: > >> [adding gnulib] >> >> On 11/06/2014 11:19 AM, Kiyoshi KANAZAWA wrote: >>> Hello, >>> >>> On Solaris 10 x86/x64, >>> "test-mbrtowc3.sh" fails if European localization is not installed. >

Re: m4-1.4.17 test-mbrtowc3.sh fails on Solaris without European localization

2014-11-07 Thread Kiyoshi KANAZAWA
mbrtowc3.sh fails on Solaris without European >localization > >Eric Blake writes: > >> [adding gnulib] >> >> On 11/06/2014 11:19 AM, Kiyoshi KANAZAWA wrote: >>> Hello, >>> >>> On Solaris 10 x86/x64, >>> "test-mbrtowc

[m4-1.4.19] make error on Solaris 11.3 x86

2021-05-28 Thread Kiyoshi KANAZAWA
Hello, Trying to install m4-1.4.19 on Solaris 11.3 x86. $ uname -a SunOS hidden 5.11 11.3 i86pc i386 i86pc $ gcc --version gcc (GCC) 10.3.0 $ ./configure CC=gcc (it mean CC='gcc -m32') $ make    :   CC   stackvma.o In file included from stackvma.c:1476: /usr/include/sys/procfs.h:42:2: erro

Re: [m4-1.4.19] make error on Solaris 11.3 x86

2021-05-29 Thread Kiyoshi KANAZAWA
Thank you, Paul. Everything good with your patch in 32 bit mode on Solaris. By the way, is this patch valid only in 32 bit mode (on Solaris) ? make & make check pass without the patch in 64 bit mode (./configure CC='gcc -m64'). --- Kiyoshi