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
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.
>
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
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
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