From mboxrd@z Thu Jan 1 00:00:00 1970 From: Waldemar Brodkorb Date: Mon, 3 Apr 2017 14:30:44 +0200 Subject: [Buildroot] libintl static linking issues - yet another spin In-Reply-To: <20170403141147.0376b102@free-electrons.com> References: <20170326235320.448e802a@free-electrons.com> <20170328222525.005b27bb@free-electrons.com> <66e02263-8faf-0601-e3ba-18501de7c6ef@mind.be> <20170403130149.6ccffe4e@free-electrons.com> <20170403141147.0376b102@free-electrons.com> Message-ID: <20170403123044.GI5361@waldemar-brodkorb.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi, Thomas Petazzoni wrote, > Hello, > > On Mon, 3 Apr 2017 13:25:11 +0200, Arnout Vandecappelle wrote: > > > Would the libintl from uClibc make it easier to do static linking, i.e. is it > > in libc or in a separate libintl library? > > It is in libc I believe, since uClibc now has everything in libc. So it > does make things a *lot* easier for static linking. Yes, it is included in libc when activated. It was added to allow packages which use libintl to at least be usable in a limited way (as stub.) It might help in some cases, but surely not in all cases. gru? Waldemar