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: Modules Date: Tue, 01 Feb 2011 22:43:49 +0100 Message-ID: References: <20101208124502.5f25b64d@halmanfloyd> <20110129131315.506f1e8c@halmanfloyd> <87vd131m9h.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296603508 20732 80.91.229.12 (1 Feb 2011 23:38:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 23:38:28 +0000 (UTC) Cc: guile-user@gnu.org To: Neil Jerram Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 02 00:38:24 2011 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 1PkPnj-00043D-K6 for guile-user@m.gmane.org; Wed, 02 Feb 2011 00:38:24 +0100 Original-Received: from localhost ([127.0.0.1]:48444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkPhT-0001wd-Va for guile-user@m.gmane.org; Tue, 01 Feb 2011 18:31:56 -0500 Original-Received: from [140.186.70.92] (port=51806 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkOAm-0004lA-Ub for guile-user@gnu.org; Tue, 01 Feb 2011 16:54:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkNw4-0007oy-BH for guile-user@gnu.org; Tue, 01 Feb 2011 16:38:53 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:65094 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkNw4-0007ou-8n for guile-user@gnu.org; Tue, 01 Feb 2011 16:38:52 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 7705246ED; Tue, 1 Feb 2011 16:39:43 -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=QrNWiz1A2C5YEhL/x5CCrLkQqus=; b=g29NF1 IMb7mws2D+wg3RicazY8v6CK7EaCHpDmamuZs9nM76NCG4gLBq137CyNVtHvlwkl xaBrMxh4ecORZM+LRhWeT1NjxDzbqDBzX4/Dlao49t/7XT6+roK+zyfJ6TJxYfFl pPLFWJAYs+9FnWviq7bABP748CMRxu3p8v/Z8= 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=nDKTg2zq7mh6kSCyHVB3VdpTiBx/rTjf PZYfOYStUpw8Esl4it/gux3pVraKWOZeT3z0QgZJS1rH+kC6om+HquRvKv3ATTuj e5hN9Cx8ye5XZ19XvOOZY3610LhgUa9BZ3eWw72ErKTnToqsVeNzrHLYmlAWsNoh IfD/DzxIAtk= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 55D5646EC; Tue, 1 Feb 2011 16:39:41 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 8317946EB; Tue, 1 Feb 2011 16:39:38 -0500 (EST) In-Reply-To: <87vd131m9h.fsf@ossau.uklinux.net> (Neil Jerram's message of "Sat, 29 Jan 2011 23:35:38 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: C6C1D7B2-2E4B-11E0-9AD1-F13235C70CBC-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:8407 Archived-At: On Sun 30 Jan 2011 00:35, Neil Jerram writes: > Andy Wingo writes: > >> I would also mention the approach from the skeleton package, which you >> can fetch from http://wingolog.org/git/skeleton.git. `autoreconf -vif', >> `./configure', and `make'. It has a toplevel `env' script, similar to >> other environment scripts needed for other languages that tweak >> LD_LIBRARY_PATH. > > Thanks. It seems a shame, and less portable, for us to rely on shell > script wrappers. Humm, indeed. While I'm here in this email thing, I should say that I didn't mean to brush off the original problem so directly. Apologies if that's how it came across, Marek. I just meant to communicate that I don't fully understand the problem, nor do I know exactly what to do about it. If there is something that it makes sense for Guile can do to help this use case, we should do it. Regards, Andy -- http://wingolog.org/