From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Pimentel Newsgroups: gmane.lisp.guile.devel Subject: Re: Packing software developed in GNU Guile Scheme Date: Mon, 16 May 2016 12:59:06 -0300 Message-ID: <156b81337af613aeaeabdae03094d6be@riseup.net> References: <0ad6fe87371d6a6a512bb6a7b450a156@riseup.net> <87mvnqxexr.fsf@dustycloud.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1463414801 25228 80.91.229.3 (16 May 2016 16:06:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 May 2016 16:06:41 +0000 (UTC) Cc: guile-devel@gnu.org To: Christopher Allan Webber Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon May 16 18:06:41 2016 Return-path: Envelope-to: guile-devel@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 1b2L27-0000qQ-CG for guile-devel@m.gmane.org; Mon, 16 May 2016 18:06:15 +0200 Original-Received: from localhost ([::1]:44678 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2L26-0005Wu-6A for guile-devel@m.gmane.org; Mon, 16 May 2016 12:06:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2KvH-0005Kk-Gv for guile-devel@gnu.org; Mon, 16 May 2016 11:59:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2KvD-00030m-PW for guile-devel@gnu.org; Mon, 16 May 2016 11:59:10 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:37884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2KvD-00030N-K4 for guile-devel@gnu.org; Mon, 16 May 2016 11:59:07 -0400 Original-Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 6722A1A1CAC; Mon, 16 May 2016 15:59:06 +0000 (UTC) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: d.4.n.1) with ESMTPSA id 3E4541C0083 In-Reply-To: <87mvnqxexr.fsf@dustycloud.org> X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.252.153.129 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18315 Archived-At: > Maybe look at the automake files from Sly or Guix. I was using a Automake, but without success because I never use it with GNU Guile Scheme (only in C/C++ projects) but I'll use Guix to packing it. Thanks,