bug-gnulib
[Top][All Lists]
Advanced

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

LTLIBICONV / LIBICONV question


From: Tim Ruehsen
Subject: LTLIBICONV / LIBICONV question
Date: Tue, 14 Jun 2016 15:21:36 +0200
User-agent: KMail/4.14.10 (Linux/4.6.0-1-amd64; KDE/4.14.20; x86_64; ; )

Hi,

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.

But I also remember seeing LIBICONV set and LTLIBICONV unset in the past.

At this point, we are looking for clarification about what to put into 
Makefile.am / LDADD. Currently (since a few days) we have

LDADD = $(LIBOBJS) ../lib/libgnu.a $(GETADDRINFO_LIB) $(HOSTENT_LIB) 
$(INET_NTOP_LIB) $(LIBSOCKET)\
 $(LIB_CLOCK_GETTIME) $(LIB_CRYPTO) $(LIB_SELECT) $(LTLIBICONV) $(LTLIBINTL) 
$(LTLIBTHREAD)\
 $(SERVENT_LIB)

In the past we used $(LIBICONV) and not $(LTLIBICONV).

What is correct ?
Should we perhaps add both $(LIBICONV) and $(LTLIBICONV) to LDADD ?


With Best Regards

        Tim Rühsen

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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