From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: Modules Date: Sat, 29 Jan 2011 23:35:38 +0000 Message-ID: <87vd131m9h.fsf@ossau.uklinux.net> References: <20101208124502.5f25b64d@halmanfloyd> <20110129131315.506f1e8c@halmanfloyd> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296603485 20621 80.91.229.12 (1 Feb 2011 23:38:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 23:38:05 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 02 00:38:01 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 1PkPnL-00043D-MY for guile-user@m.gmane.org; Wed, 02 Feb 2011 00:38:00 +0100 Original-Received: from localhost ([127.0.0.1]:48134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkOBy-0005g3-Ev for guile-user@m.gmane.org; Tue, 01 Feb 2011 16:55:18 -0500 Original-Received: from [140.186.70.92] (port=38965 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkNiv-0002Ez-T4 for guile-user@gnu.org; Tue, 01 Feb 2011 16:25:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkNil-0004sk-8S for guile-user@gnu.org; Tue, 01 Feb 2011 16:25:08 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:32943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkNil-0004k0-3l for guile-user@gnu.org; Tue, 01 Feb 2011 16:25:07 -0500 Original-Received: from arudy (unknown [78.145.16.47]) by mail3.uklinux.net (Postfix) with ESMTP id B74021F6678; Tue, 1 Feb 2011 21:24:28 +0000 (GMT) Original-Received: from neil-laptop (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id DBA7E3801E; Tue, 1 Feb 2011 21:24:26 +0000 (GMT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 80.84.72.33 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:8406 Archived-At: 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. But given that we're talking about uninstalled stuff, and that it seems extremely unlikely for a development machine not to have a decent shell, I guess that's actually OK. Neil