bug-gnulib
[Top][All Lists]
Advanced

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

Re: LTLIBICONV / LIBICONV question


From: Bruno Haible
Subject: Re: LTLIBICONV / LIBICONV question
Date: Mon, 20 Jun 2016 01:12:52 +0200
User-agent: KMail/4.8.5 (Linux/3.8.0-44-generic; KDE/4.8.5; x86_64; ; )

Tim Ruehsen wrote:
> for GNU Wget we don't (explicitely) use libtool, but on some systems 
> LTLIBICONV is set while LIBICONV is not.
> See http://savannah.gnu.org/bugs/?48193 for details.

It is unusual that $(LIBICONV) comes out empty while $(LTLIBICONV)
comes out as '-liconv'. Usually these two variables should only differ
in -L, -R, -Wl,-rpath options.

You'll need to inspect the execution of the configure script more
closely: Look at config.log, run configure with "bash -x", and similar.

One possibility is that LIBICONV was set to empty in the environment
or the configure command line.

Bruno




reply via email to

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