[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libintl glitches in XS
From: |
Hans-Bernhard Bröker |
Subject: |
libintl glitches in XS |
Date: |
Tue, 9 Apr 2019 23:47:26 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
Hello one and all,
after running into failures on Cygwin for a while, I decided to
investigate a bit deeper to see what was keeping things from working,
and found a few suspicious aspects.
*) I had to add $(LIBINTL) to Parsetexi_la_LIBADD, or it wouldn't manage
to build Parsetexi.la. This may be partly due to Cygwin's variant of
shared library, unlike the Linux kind, requiring to be fully covered,
i.e. they cannot have undefined references inside. It feels like
something similar should be done with $(LTLIBINTL) and $(LIBICONV), too.
Either that, or $(LTLIBICONF) should be in ..._LIBADD, not ..._LDFLAGS.
*) I'm seeing quite a few `$p' in Makefile.am. I'm pretty sure these
really should be `$(p)' instead.
Hans-Bernhard Broeker
- libintl glitches in XS,
Hans-Bernhard Bröker <=