[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build issues with gettext 0.20.2 and 0.21 on Solaris 10 i386 with 64
From: |
Bruno Haible |
Subject: |
Re: Build issues with gettext 0.20.2 and 0.21 on Solaris 10 i386 with 64 bit |
Date: |
Wed, 09 Dec 2020 18:37:08 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-193-generic; KDE/5.18.0; x86_64; ; ) |
Hi Dagobert,
> > I have submitted a patch to improve the Autoconf documentation on this
> > topic:
> > <https://savannah.gnu.org/support/?110387>.
>
> I vaguely remember that I had problems in the past by putting anything else
> than the compiler executable path in CC when also libtool was involved.
I've built gettext — which uses libtool — on various bi-arch platforms with
CC="gcc -m64" or CC="gcc -m32", and did not encounter such problems.
> For 0.21 I have the failing test test-fopen-gnu, is this safe to ignore
No, not really. Better apply this fix locally (in both files
gettext-tools/gnulib-lib/fopen.c
gettext-tools/libgettextpo/fopen.c
).
https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=5e50baa16ef90204d9048a9e2f23c5a538955121
Bruno