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: load_extension tests broken Date: Wed, 01 Jul 2009 23:19:23 +0100 Message-ID: <87d48krqqc.fsf@arudy.ossau.uklinux.net> References: <87y72odgkq.fsf@gnu.org> <87y6r9jr4l.fsf@arudy.ossau.uklinux.net> <87ocs494y0.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 1246486788 12501 80.91.229.12 (1 Jul 2009 22:19:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jul 2009 22:19:48 +0000 (UTC) Cc: Andy Wingo , 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 Thu Jul 02 00:19:41 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 1MM89T-0008KV-OI for guile-devel@m.gmane.org; Thu, 02 Jul 2009 00:19:40 +0200 Original-Received: from localhost ([127.0.0.1]:45596 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM89T-00008h-2s for guile-devel@m.gmane.org; Wed, 01 Jul 2009 18:19:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM89M-00008Q-Es for guile-devel@gnu.org; Wed, 01 Jul 2009 18:19:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM89H-00007e-2h for guile-devel@gnu.org; Wed, 01 Jul 2009 18:19:31 -0400 Original-Received: from [199.232.76.173] (port=46755 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM89G-00007b-S0 for guile-devel@gnu.org; Wed, 01 Jul 2009 18:19:26 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:45979) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MM89E-0005lq-SS; Wed, 01 Jul 2009 18:19:25 -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 AFC891F75AF; Wed, 1 Jul 2009 23:19:23 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 41E3738021; Wed, 1 Jul 2009 23:19:23 +0100 (BST) In-Reply-To: <87ocs494y0.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Wed\, 01 Jul 2009 10\:35\:03 +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:8819 Archived-At: ludo@gnu.org (Ludovic Court=E8s) writes: > There's no `(ice-9 i18n)' in 1.8. > The patch at [1] shouldn't be needed because the Libtool-generated > `libguile/guile' scripts does the right thing wrt. the libraries the > executable is linked against (i.e., libguile, libgmp, etc.). Sorry, I see now and have reverted the commit. Thanks for catching and explaining this! Regards, Neil