Re: Space separator missing in gnulib when building wget2

2019-11-29 Thread Tim Rühsen
On 11/28/19 11:11 PM, Bruno Haible wrote: > Hi Dagobert, > > lib/gnulib.mk there is a suspicious addition to libgnu_la_LDFLAGS without > space: >> >> libgnu_la_LDFLAGS += $(GETADDRINFO_LIB)$(LTLIBINTL) >> ... >> libgnu_la_LDFLAGS += $(LTLIBICONV) >> libgnu_la_LDFLAGS += $(LTLIBINTL) >> libgnu_la

Re: Space separator missing in gnulib when building wget2

2019-11-29 Thread Dagobert Michelsen
Hi Tim, Am 29.11.2019 um 10:16 schrieb Tim Rühsen : > But first let's get the algorithm straight. > In modules/getaddrinfo (and some other modules) are 2 'Link' libraries > given: > > Link: > $(GETADDRINFO_LIB) > $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise > > So "libgnu_la_LDFL

Re: Space separator missing in gnulib when building wget2

2019-11-29 Thread Tim Rühsen
On 11/28/19 11:11 PM, Bruno Haible wrote: > Hi Dagobert, > > lib/gnulib.mk there is a suspicious addition to libgnu_la_LDFLAGS without > space: >> >> libgnu_la_LDFLAGS += $(GETADDRINFO_LIB)$(LTLIBINTL) >> ... >> libgnu_la_LDFLAGS += $(LTLIBICONV) >> libgnu_la_LDFLAGS += $(LTLIBINTL) >> libgnu_la