From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +GiEKtARHF95VQAA0tVLHw (envelope-from ) for ; Sat, 25 Jul 2020 11:04:48 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id eC/2JdARHF+CLgAAB5/wlQ (envelope-from ) for ; Sat, 25 Jul 2020 11:04:48 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 38A679400EF for ; Sat, 25 Jul 2020 11:04:47 +0000 (UTC) Received: from localhost ([::1]:55902 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzHyw-0001vp-M4 for larch@yhetil.org; Sat, 25 Jul 2020 07:04:46 -0400 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 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 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 Date: Sat, 25 Jul 2020 09:31:41 +0300 Message-Id: <831rl0ds1e.fsf@gnu.org> From: Eli Zaretskii To: David Pirotte In-Reply-To: <20200725004835.3e0c7056@capac> (message from David Pirotte on Sat, 25 Jul 2020 00:48:35 -0300) Subject: Re: No Guile on Windows? (was: My Guile Hacker Handbook) References: <3364bc82b7660df3ae8613cdadef8b9dac2fe416.camel@korwin-zmijowski.fr> <83wo2teag4.fsf@gnu.org> <20200725004835.3e0c7056@capac> X-Mailman-Approved-At: Sat, 25 Jul 2020 07:04:39 -0400 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dag@gnui.org, guile-user@gnu.org, help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: Q+9oYFDkSx9U > 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?