From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arun Isaac Newsgroups: gmane.lisp.guile.user Subject: Re: guile program distributed as single executable? Date: Mon, 06 Jun 2022 16:00:51 +0530 Message-ID: <87a6aqt76s.fsf@systemreboot.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12465"; mail-complaints-to="usenet@ciao.gmane.io" To: Andy Tai , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon Jun 06 12:37:13 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nyA6i-000301-H4 for guile-user@m.gmane-mx.org; Mon, 06 Jun 2022 12:37:13 +0200 Original-Received: from localhost ([::1]:43902 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nyA6h-0001ss-DK for guile-user@m.gmane-mx.org; Mon, 06 Jun 2022 06:37:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyA0r-00084a-Ur for guile-user@gnu.org; Mon, 06 Jun 2022 06:31:10 -0400 Original-Received: from mugam.systemreboot.net ([139.59.75.54]:34378) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyA0i-0007LZ-Mm for guile-user@gnu.org; Mon, 06 Jun 2022 06:31:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=4stkNJkaVrvvhgldvoxUzD833W66i1jGYnhYFu+Df5U=; b=K/81bPhiaUZUa/uRTcbZzQ8yTc tznyMc/IahrGi70MVAb7nJ2Bt105Pk2EsmmBcDwv/GFheKmTAcCNm2Gbq/6TYaibfliaTPlCjKKEg yxoFZnrlUetFIn5RzAWytrFRT2tCRGIhEnXQzmmS3CGD2dVRRs2PklSJFcSGeqrGCCgeFsXUvblTb 7UWPTSy+pfVjVniuLaOtkrs2K56D9He5HLp4Spd5rLHox0KnN6edAmtIR8WEs8qB3qikNYNHhdNS9 wBLZIr8FAVmojn/iF6clEWkzoEgkgK+zA3Wjr16KPfeAjWCpx9vNw+DCAsiJ3fXhvEc6tTLXy5+mr sX7y7glw==; Original-Received: from [192.168.2.1] (port=17940 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nyA0Z-000AL9-GS; Mon, 06 Jun 2022 16:00:51 +0530 In-Reply-To: Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18293 Archived-At: Hi Andy, > Hi, is there a way to "package" set of guile scripts, possibly with > other files like extensions, shared libraries, etc all combined into a > single executable? Something like PyInstaller for Python. Thanks for > info. Not that I'm aware of, but `guix pack' probably comes closest. https://guix.gnu.org/manual/en/html_node/Invoking-guix-pack.html Not exactly what you want, but hope that helps! Regards, Arun