From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GAY9O5FHHF9EVQAA0tVLHw (envelope-from ) for ; Sat, 25 Jul 2020 14:54:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id eAQpN5FHHF9+BAAA1q6Kng (envelope-from ) for ; Sat, 25 Jul 2020 14:54:09 +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 6CC7794050A for ; Sat, 25 Jul 2020 14:54:09 +0000 (UTC) Received: from localhost ([::1]:60068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzLYu-0000lB-2u for larch@yhetil.org; Sat, 25 Jul 2020 10:54:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jzLA8-0005LA-1C; Sat, 25 Jul 2020 10:28:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45028) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzLA7-0002x3-Nx; Sat, 25 Jul 2020 10:28:31 -0400 Received: from [176.228.60.248] (port=1594 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jzLA6-00011g-In; Sat, 25 Jul 2020 10:28:31 -0400 Date: Sat, 25 Jul 2020 17:28:17 +0300 Message-Id: <83ft9fd5z2.fsf@gnu.org> From: Eli Zaretskii To: Christopher Lam In-Reply-To: (message from Christopher Lam on Sat, 25 Jul 2020 13:56:28 +0000) Subject: Re: No Guile on Windows? (was: My Guile Hacker Handbook) References: <3364bc82b7660df3ae8613cdadef8b9dac2fe416.camel@korwin-zmijowski.fr> <83wo2teag4.fsf@gnu.org> <20200725004835.3e0c7056@capac> <831rl0ds1e.fsf@gnu.org> X-Mailman-Approved-At: Sat, 25 Jul 2020 10:54:01 -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: 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: VCVYLst7lPuM > From: Christopher Lam > Date: Sat, 25 Jul 2020 13:56:28 +0000 > Cc: guile-user , help-guix@gnu.org > > Gnucash 4.0 in windows is successfully using libguile-2.2-1.dll from MSYS2. Is Gnucash a MinGW build or an MSYS2 build? If the latter, it's expected.