|
From: | ilovezfs |
Subject: | [Bug-wget] [bug #48193] Build fails unless -liconv set explicitly in LDFLAGS |
Date: | Fri, 10 Jun 2016 21:28:13 +0000 (UTC) |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #5, bug #48193 (project wget): bash-3.2$ grep -i iconv src/config.h src/Makefile src/config.h:/* Define if you have the iconv() function and it works. */ src/config.h:#define HAVE_ICONV 1 src/config.h:/* Define to 1 if you have the <iconv.h> header file. */ src/config.h:#define HAVE_ICONV_H 1 src/config.h:/* Define as const if the declaration of iconv() needs const. */ src/config.h:#define ICONV_CONST src/Makefile: $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/iconv_h.m4 \ src/Makefile:GNULIB_ICONV = 1 src/Makefile:ICONV_CONST = src/Makefile:ICONV_H = src/Makefile:LIBICONV = src/Makefile:LTLIBICONV = -liconv src/Makefile:NEXT_AS_FIRST_DIRECTIVE_ICONV_H = <iconv.h> src/Makefile:NEXT_ICONV_H = <iconv.h> src/Makefile:REPLACE_ICONV = 0 src/Makefile:REPLACE_ICONV_OPEN = 0 src/Makefile:REPLACE_ICONV_UTF = 0 _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?48193> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |