bug-gettext
[Top][All Lists]
Advanced

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

Re: [bug-gettext] Can't compile on Windows: multiple definition of reloc


From: Bruno Haible
Subject: Re: [bug-gettext] Can't compile on Windows: multiple definition of relocate2
Date: Fri, 26 Apr 2019 21:48:27 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; )

Hi Michele,

> /home/m/build-gettext-windows/static-32/compiled/gettext/lib/libiconv.a(relocatable.o):
> In function `relocate2':
> /home/m/build-gettext-windows/static-32/source/libiconv-1.15/lib/relocatable.c:583:
> multiple definition of `relocate2'

libiconv.a should not export the symbol 'relocate2'. Probably you are using a
libiconv 1.15, reconfigured with a more recent gnulib.

Instead, please use libiconv 1.16. It fixes this problem.

> /home/m/build-gettext-windows/static-32/configured/gettext-0.20-rc1/gettext-tools/intl/.libs/libintl.a(relocatable.o):
> In function `relocate2':
> /home/m/build-gettext-windows/static-32/source/gettext-0.20-rc1/gettext-tools/../gettext-runtime/intl/relocatable.c:582:
> multiple definition of `relocate2'

libintl.a should not export the symbol 'relocate2' either. This is now fixed
through
https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=5a652b9e4d357d12ab7e85fd041064dbda626413

Thanks for the report.

Bruno




reply via email to

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