From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Keith Wright Newsgroups: gmane.lisp.guile.user Subject: Re: Option to create statically linked binaries Date: Wed, 29 Dec 2021 15:08:15 -0500 Message-ID: <87ee5vi380.fsf@fcs22.keithdiane.us> References: <20211229192749.74f6ejx7alexp5ei@jamescrake-meraniarch> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22493"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org, kskarthik@disroot.org To: James Crake-Merani Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Dec 29 21:09:07 2021 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 1n2fFz-0005hM-DV for guile-user@m.gmane-mx.org; Wed, 29 Dec 2021 21:09:07 +0100 Original-Received: from localhost ([::1]:60062 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n2fFx-0005fm-Dj for guile-user@m.gmane-mx.org; Wed, 29 Dec 2021 15:09:05 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2fFg-0005fE-Kc for guile-user@gnu.org; Wed, 29 Dec 2021 15:08:48 -0500 Original-Received: from dsl.keithdiane.us ([66.92.74.188]:41604) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n2fFf-0003iy-3v for guile-user@gnu.org; Wed, 29 Dec 2021 15:08:48 -0500 Original-Received: from fcs22.keithdiane.us (fcs22.keithdiane.us [192.168.1.121]) by fcs19.keithdiane.us (Postfix) with ESMTP id 9E776218375; Wed, 29 Dec 2021 15:08:15 -0500 (EST) In-Reply-To: <20211229192749.74f6ejx7alexp5ei@jamescrake-meraniarch> (message from James Crake-Merani on Wed, 29 Dec 2021 19:27:49 +0000) Received-SPF: pass client-ip=66.92.74.188; envelope-from=kwright@keithdiane.us; helo=dsl.keithdiane.us X-Spam_score_int: 0 X-Spam_score: 0.0 X-Spam_bar: / X-Spam_report: (0.0 / 5.0 requ) SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable 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:17934 Archived-At: James Crake-Merani writes: > On 21/12/29 10:59pm, Sai Karthik wrote: >> Hello everyone! I'm new to guile. I am exploring the language since a couple >> of days. It would be nice to have option to produce such binaries for >> programs built using guile (like with golang & some more langs). > I'm not sure what you're referring to when you say 'such binaries'. I had the same confusion, until I noticed the header. Subject: Option to create statically linked binaries -- Keith PS: I think Dave has already answered: "No, not yeT".