bug-gettext
[Top][All Lists]
Advanced

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

Re: /usr/lib/gcc/x86_64-alpine-linux-musl: libgettextlib.so: undefined r


From: Bruno Haible
Subject: Re: /usr/lib/gcc/x86_64-alpine-linux-musl: libgettextlib.so: undefined reference to `libiconv'
Date: Mon, 15 Jun 2020 20:44:36 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-179-generic; KDE/5.18.0; x86_64; ; )

Jeffrey Walton wrote:
> $ grep ICONV gettext-tools/config.status
> S["ICONV_H"]="iconv.h"
> S["LTLIBICONV"]=""
> S["LIBICONV"]=""

This is the situation that is expected when you use the libc's built-in
iconv facility.

The error, on the other hand, indicates that you're using libiconv's
<iconv.h>.

Possibly you configured gettext before installing libiconv, and are now
compiling gettext after installing libiconv? This is not supported. If
the list of packages on your system changes significantly, you must
reconfigure gettext.

Or possibly you have specified the directory where libiconv's <iconv.h>
is installed through some -I option that was not known at configure time?

Something like this.

Bruno




reply via email to

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