From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14639 invoked by alias); 19 Feb 2014 07:51:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14628 invoked by uid 89); 19 Feb 2014 07:51:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: world.peace.net Received: from world.peace.net (HELO world.peace.net) (96.39.62.75) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 19 Feb 2014 07:51:34 +0000 Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WG1wD-000500-Ry; Wed, 19 Feb 2014 02:51:25 -0500 From: Mark H Weaver To: Eli Zaretskii Cc: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=), guile-devel@gnu.org, gdb-patches@sourceware.org Subject: Re: [PATCH v2] Improved ^c support for gdb/guile References: <834n3x8o7m.fsf@gnu.org> <83y519788a.fsf@gnu.org> <871tz0d5vc.fsf@gnu.org> <83iosc76kz.fsf@gnu.org> Date: Wed, 19 Feb 2014 07:51:00 -0000 In-Reply-To: <83iosc76kz.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 18 Feb 2014 18:01:48 +0200") Message-ID: <87wqgr8rsj.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-02/txt/msg00593.txt.bz2 Eli Zaretskii writes: > Also, since the only way I could get a functional MinGW Guile was to > configure it without threads, I would suggest that this be the default > for MinGW, but that isn't a big deal. FWIW, the situation seems to have improved since you last looked. In the last couple of weeks, madsy on #guile reported cross-building a recent Guile snapshot (stable-2.0 branch) using MinGW, with thread support enabled and without --disable-posix, and it seems to work reasonably well. It runs the REPL without problems and passes much of the test suite. Mark