From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Merging libguile-i18n with libguile Date: Mon, 27 Jul 2009 23:56:01 +0100 Message-ID: <8763ddd9by.fsf@arudy.ossau.uklinux.net> References: <4A39EDCD.1070609@ludens.elte.hu> <4A462061.30101@ludens.elte.hu> <4A536F83.80908@ludens.elte.hu> <4A6B2F49.40006@ludens.elte.hu> <87iqhfmvve.fsf_-_@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1248735383 9465 80.91.229.12 (27 Jul 2009 22:56:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jul 2009 22:56:23 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jul 28 00:56:16 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MVZ79-00071k-Ns for guile-devel@m.gmane.org; Tue, 28 Jul 2009 00:56:16 +0200 Original-Received: from localhost ([127.0.0.1]:36164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVZ79-0003aK-73 for guile-devel@m.gmane.org; Mon, 27 Jul 2009 18:56:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVZ75-0003a5-Bg for guile-devel@gnu.org; Mon, 27 Jul 2009 18:56:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVZ6z-0003Zl-LW for guile-devel@gnu.org; Mon, 27 Jul 2009 18:56:09 -0400 Original-Received: from [199.232.76.173] (port=56459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVZ6z-0003Zi-I2 for guile-devel@gnu.org; Mon, 27 Jul 2009 18:56:05 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:37719) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVZ6w-00059f-TK; Mon, 27 Jul 2009 18:56:03 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id 3C9921F6798; Mon, 27 Jul 2009 23:56:02 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 67C8538021; Mon, 27 Jul 2009 23:56:01 +0100 (BST) In-Reply-To: <87iqhfmvve.fsf_-_@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8?= =?iso-8859-1?Q?s=22's?= message of "Sun\, 26 Jul 2009 15\:12\:05 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8976 Archived-At: ludo@gnu.org (Ludovic Court=E8s) writes: > Hi, > > szgyg writes: > >> 5. Parameters in libguile_i18n_v_@LIBGUILE_I18N_MAJOR@_la_LDFLAGS is >> wrong (libguile/Makefile.am line 135). Please copy from other .so's >> LD_FLAGS, as the others build fine. > > I've seen this report before, but FWIW, I've been thinking about merging > libguile-i18n into libguile. I created it as a separate library long > ago, but I'm not so sure the library size justifies it (on > x86_64-linux-gnu, `.text' is 35=A0KiB, which is 19% of the 649=A0KiB of > current libguile's `.text'). > > What do you think? OK with me. (I have a vague idea that there should be a future way of building some smaller subset of libguile, but who knows how we might eventually do that?) Neil