From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.lisp.guile.user,gmane.comp.gnu.guix.user Subject: Re: No Guile on Windows? (was: My Guile Hacker Handbook) Date: Sat, 25 Jul 2020 09:31:41 +0300 Message-ID: <831rl0ds1e.fsf@gnu.org> References: <3364bc82b7660df3ae8613cdadef8b9dac2fe416.camel@korwin-zmijowski.fr> <83wo2teag4.fsf@gnu.org> <20200725004835.3e0c7056@capac> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15959"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dag@gnui.org, guile-user@gnu.org, help-guix@gnu.org To: David Pirotte Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Jul 25 08:32:15 2020 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 1jzDjD-00041r-8G for guile-user@m.gmane-mx.org; Sat, 25 Jul 2020 08:32:15 +0200 Original-Received: from localhost ([::1]:38572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzDjB-0004SI-SP for guile-user@m.gmane-mx.org; Sat, 25 Jul 2020 02:32:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53624) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jzDiy-0004S7-1v; Sat, 25 Jul 2020 02:32:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41090) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzDiv-0002cf-Dw; Sat, 25 Jul 2020 02:31:57 -0400 Original-Received: from [176.228.60.248] (port=3736 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jzDis-0006IH-RA; Sat, 25 Jul 2020 02:31:57 -0400 In-Reply-To: <20200725004835.3e0c7056@capac> (message from David Pirotte on Sat, 25 Jul 2020 00:48:35 -0300) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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:16748 gmane.comp.gnu.guix.user:10039 Archived-At: > Date: Sat, 25 Jul 2020 00:48:35 -0300 > From: David Pirotte > Cc: Dmitry Alexandrov , guile-user@gnu.org, help-guix@gnu.org > > fwiw, i've used msys2 (not so much anymore, but i still would if i had > to ...), easy to install, update, well maintained, very friendly on irc > when i needed to ask for help ...: > > https://www.msys2.org/ > > it has guile-2.2.7-1, threaded (which I've used. it works ...) AFAIU, that's not a native Windows port, that's an MSYS2 port, which is almost the same as a Cygwin build (MSYS2 is a fork of Cygwin). IOW, you cannot link the MSYS2 libguile with a native MinGW program, such as GDB or Gnu Make (or Lilypond, or any other application mentioned in this thread). Right?