From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3159 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Best place to discuss other lightweight libraries? Date: Tue, 23 Apr 2013 10:58:38 -0400 Message-ID: <20130423145838.GZ20323@brightrain.aerifal.cx> References: <20130422145346.GP20323@brightrain.aerifal.cx> <51755575.9030809@gentoo.org> <20130422220723.GS20323@brightrain.aerifal.cx> <51769D70.3030509@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1366729127 17948 80.91.229.3 (23 Apr 2013 14:58:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Apr 2013 14:58:47 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3163-gllmg-musl=m.gmane.org@lists.openwall.com Tue Apr 23 16:58:51 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UUegF-0000N0-Ba for gllmg-musl@plane.gmane.org; Tue, 23 Apr 2013 16:58:51 +0200 Original-Received: (qmail 18180 invoked by uid 550); 23 Apr 2013 14:58:50 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 18172 invoked from network); 23 Apr 2013 14:58:50 -0000 Content-Disposition: inline In-Reply-To: <51769D70.3030509@barfooze.de> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3159 Archived-At: On Tue, Apr 23, 2013 at 04:40:48PM +0200, John Spencer wrote: > >functionality used by the Open Source program I was trying to compile. > >Doesn't even get past the configure tests. > > which program was that ? > the main idea behind gettext-tiny is that it should make all > configure scripts happy. so this is a bug, please report details > here or open an issue on the github repo. Some programs need the gettext tools for .po/.mo files. I've found that making an empty shell script serves as a suitable replacement for them if you don't need message translation. Rich