From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: loading a module Date: Wed, 17 Feb 2010 21:12:18 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1266437479 23143 80.91.229.12 (17 Feb 2010 20:11:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Feb 2010 20:11:19 +0000 (UTC) Cc: guile-user@gnu.org To: "Tomas By" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 17 21:11:13 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NhqEq-0005gj-F4 for guile-user@m.gmane.org; Wed, 17 Feb 2010 21:11:12 +0100 Original-Received: from localhost ([127.0.0.1]:58858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhqEp-0005qr-QC for guile-user@m.gmane.org; Wed, 17 Feb 2010 15:11:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhqEl-0005nx-62 for guile-user@gnu.org; Wed, 17 Feb 2010 15:11:07 -0500 Original-Received: from [140.186.70.92] (port=51911 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhqEk-0005mB-CM for guile-user@gnu.org; Wed, 17 Feb 2010 15:11:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhqEi-0001R5-Sv for guile-user@gnu.org; Wed, 17 Feb 2010 15:11:06 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:48257 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhqEi-0001Qw-OI for guile-user@gnu.org; Wed, 17 Feb 2010 15:11:04 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7B6EE9A757; Wed, 17 Feb 2010 15:11:04 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=De++JuyoT8jtWx10y5a0JAX6n1o=; b=kZV36d FLRPIRWk7Opz5w0YWivid6OiLN0mbuS/q3sy5fwFeb8EuYLq16FB/9W0nqIwHwyr EKq8+E7gtQiqkndfkjW8ud42KG9qo6vo1jyQOuYb/Xe1VCEliRPy8uNf6XsWAYvT AgRzQnfmGQ46KNKCrO1QKI1Z3OzKXGlnbgEgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=ArPdnQy5HYFoqyscRxPGtNmm3llEXy+C lVBFKotw0Ozoa4BK4zHt+/HUhlu4z5dkdSw9szHK35fE1QdvJniE1tixEtle4D3g ag9xQOBAEkp/QZtrLoKU9BoRHxAAjrkFWSTVevheIpA3PN5HyZORVwxd2ymYWdZX Ca2oPKAGqWY= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 67FBB9A756; Wed, 17 Feb 2010 15:11:03 -0500 (EST) Original-Received: from unquote (unknown [81.39.162.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id C0C869A755; Wed, 17 Feb 2010 15:11:01 -0500 (EST) In-Reply-To: (Tomas By's message of "Wed, 17 Feb 2010 19:26:54 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 92DD2AE0-1C00-11DF-9FFF-D83AEE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7650 Archived-At: On Wed 17 Feb 2010 19:26, "Tomas By" writes: > I think the "file not found" message is just the general dynamic-link- > anything error. Yes, it is a libltdl bug. See http://lists.gnu.org/archive/html/libtool/2009-12/msg00057.html More than that, it's tough to say; I'm mercury-ignorant. A -- http://wingolog.org/