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: Jeffrey Walton
Subject: Re: /usr/lib/gcc/x86_64-alpine-linux-musl: libgettextlib.so: undefined reference to `libiconv'
Date: Mon, 15 Jun 2020 22:50:19 -0400

On Mon, Jun 15, 2020 at 8:41 PM Bruno Haible <bruno@clisp.org> wrote:
>
> Jeffrey Walton wrote:
> > $ objdump -x conftest  |grep RUNPATH
> >   RUNPATH              $$ORIGIN/../lib:/home/jwalton/tmp/ok2delete/lib
>
> Possibly it rejected the entire runpath because part of it has invalid
> syntax. The first element should start with $ORIGIN, not $$ORIGIN.

I'm now configuring with:

    ./configure \
       ac_cv_lib_iconv=yes \
       am_cv_lib_iconv=yes \
       ...

But I'm still catching the error "This version was built without iconv()".

(This works for other Autotools tests, like when cross-compiling and
checking for fork(). For fork(), we set ac_cv_func_fork=no on some
Apple platforms).

Do you know how I can override Autotools test results in this case?

Jeff



reply via email to

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