[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libintl glitches in XS
From: |
Gavin Smith |
Subject: |
Re: libintl glitches in XS |
Date: |
Sun, 28 Apr 2019 10:38:14 +0100 |
User-agent: |
Mutt/1.6.1 (2016-04-27) |
On Fri, Apr 12, 2019 at 11:00:11PM +0200, Hans-Bernhard Bröker wrote:
> I'm really not suffiiently clear on what the difference between
> $(LTLIBINTL) and $(LIBINTL) is supposed to be, including the question
> which is supposed to be used where.
I've used $(LTLIBINTL) and $(LTLIBICONV) and put them in the _LDFLAGS
variables, which I think is what is recommended when you run gnulib-tool
--add-import. Change made in commit ad0a09c.
If this works for you, it would be helpful if you could test if
texi2any works when you set TEXINFO_XS_PARSER=1 in the environment.