From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: james Newsgroups: gmane.lisp.guile.user Subject: Re: [EXT] Re: guile program distributed as single executable? Date: Tue, 7 Jun 2022 15:12:50 +0100 Message-ID: <20220607141250.h3ci3lr4brmailpr@arch-surface.durhamsixthformcentre.org.uk> References: <87zgiq5cy8.fsf@komputilo.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4100"; mail-complaints-to="usenet@ciao.gmane.io" Cc: alex@komputilo.eu, Andy Tai , Guile User To: "Thompson, David" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Jun 07 16:21:08 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 1nya4y-0000rG-9J for guile-user@m.gmane-mx.org; Tue, 07 Jun 2022 16:21:08 +0200 Original-Received: from localhost ([::1]:39394 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nya4x-00070L-4g for guile-user@m.gmane-mx.org; Tue, 07 Jun 2022 10:21:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50318) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nya3b-000703-SY for guile-user@gnu.org; Tue, 07 Jun 2022 10:19:44 -0400 Original-Received: from [178.62.35.155] (port=49298 helo=jamescm.co.uk) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nya3Z-0001dp-Rw for guile-user@gnu.org; Tue, 07 Jun 2022 10:19:43 -0400 Original-Received: from localhost (unknown [217.23.238.227]) by jamescm.co.uk (Postfix) with ESMTPSA id D6E2060E58; Tue, 7 Jun 2022 14:12:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=jamescm.co.uk; s=mail; t=1654611170; bh=KrWAt5oxGku+3x5l+cVLReIzi3Pv+j3hxpqBpKjqKR8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gMuri/MVsCQ4pSqm5zB89IrYz4Rkyrv5EFf8wy3jIKKrB8oXGho4KcFpw1cPp1pjX xpaMfbRaIInsw9upb18aTHZkWEUCEIlt1jO8L5gMCcgPCB7fDqQXb8CIGDqtH44+fo BCiiU5JKbdoJahhTEx1lrN2JQ3dD69se00GAXBsJl8Hy0DIKwp7kyL1uTQXzRvMsd6 A3FthvX6d/x8IZ9x9EydQKZN7mfvKY0orYACIsJe3RMJnkpVESIX29W++b8mvLLRpx o0aIIuRO+Xy9opKxd7Zfgk2ZRLBd5Bd2Iqo1YpHep4vz20afmpYPvAkdi7zVtabtyB BbjmhB/x5aVOw== Content-Disposition: inline In-Reply-To: X-Host-Lookup-Failed: Reverse DNS lookup failed for 178.62.35.155 (failed) Received-SPF: pass client-ip=178.62.35.155; envelope-from=james@jamescm.co.uk; helo=jamescm.co.uk X-Spam_score_int: 6 X-Spam_score: 0.6 X-Spam_bar: / X-Spam_report: (0.6 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_SORBS_WEB=1.5, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no 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:18296 Archived-At: On 22/06/07 08:02am, Thompson, David wrote: > It doesn't actually generate standalone binaries. It is very hacky but it > can produce redistributable tarballs for a specific use-case (games using > chickadee) by including shared libraries and other bits from the host > system. Standalone executables will not really be possible until Guile's > compiler is capable of producing them. > > - Dave > > On Mon, Jun 6, 2022 at 9:32 AM Alex Sassmannshausen via General Guile > related discussions wrote: > > > I think the last release of Guile Chickadee by DThompson (< > > https://dthompson.us/projects/chickadee.html>) provides a program that is > > supposed to generate standalone binaries (in the context of games). > > > > You may find either that program or insight from that program useful? > > > > Good luck, > > > > Alex > > > > > > Andy Tai writes: > > > > > 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. > > Hi, The only solution I can think of is to create a script which would collect code from multiples files into a similar file. Not a great solution but it sounds like no good solutions exist so this might be a possibility? Hope you find something that works.