From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Wedekind Newsgroups: gmane.lisp.guile.user Subject: Re: request for help with module build/install Date: Thu, 02 Jul 2015 08:01:09 +0100 Message-ID: References: <4853AD2C-C8E3-4CD3-88B0-6823EC8A15B5@alumni.caltech.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1435820534 17689 80.91.229.3 (2 Jul 2015 07:02:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jul 2015 07:02:14 +0000 (UTC) To: Matt Wette ,guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 02 09:02:04 2015 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZAYVY-0001lA-3o for guile-user@m.gmane.org; Thu, 02 Jul 2015 09:02:04 +0200 Original-Received: from localhost ([::1]:34885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAYVX-00015Q-C7 for guile-user@m.gmane.org; Thu, 02 Jul 2015 03:02:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAYVQ-00015L-1j for guile-user@gnu.org; Thu, 02 Jul 2015 03:01:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAYVI-0007ef-5T for guile-user@gnu.org; Thu, 02 Jul 2015 03:01:55 -0400 Original-Received: from basicbox4.server-home.net ([195.137.212.26]:56591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAYVH-0007dR-Vu for guile-user@gnu.org; Thu, 02 Jul 2015 03:01:48 -0400 Original-Received: from [10.93.176.77] (unknown [149.254.51.120]) by basicbox4.server-home.net (Postfix) with ESMTPA id 77DA8153065E; Thu, 2 Jul 2015 09:01:41 +0200 (CEST) User-Agent: K-9 Mail for Android In-Reply-To: <4853AD2C-C8E3-4CD3-88B0-6823EC8A15B5@alumni.caltech.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.137.212.26 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11898 Archived-At: Hi, My project AIscm [1] uses autotools to build and install Guile binaries (= .go) if that is of use to you. Jan [1] http://github.com/wedesoft/aiscm On July 2, 2015 1:56:00 AM GMT+01:00, Matt Wette wrote: >Hi Folks, > >I have developed a set of guile modules. I'd like to be able to >generate a package hosted on, say, github.com (or any other recommended >site). Is there a document providing guidance for this task? For >example, looking at "%load-path" in guile I'm guessing I want the code >to be installed in .../share/guile/2.0/site or .../share/guile/site.=20 >Is the "site-dir" available as a variable? > >Once installed, I'm guessing I can just use guild to compile and that >will install the .go files in the right place (e.g.,=20 >.../lib/guile/ccache/2.0). > >Matt --=20 Jan Wedekind http://www.wedesoft.de/