From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26728 invoked by alias); 29 Sep 2013 23:54:07 -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 26710 invoked by uid 89); 29 Sep 2013 23:54:07 -0000 Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 29 Sep 2013 23:54:06 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,FREEMAIL_FROM autolearn=ham version=3.3.2 X-HELO: mail-pa0-f41.google.com Received: by mail-pa0-f41.google.com with SMTP id bj1so5101632pad.0 for ; Sun, 29 Sep 2013 16:54:04 -0700 (PDT) X-Received: by 10.68.213.167 with SMTP id nt7mr3969937pbc.140.1380498844444; Sun, 29 Sep 2013 16:54:04 -0700 (PDT) Received: from [192.168.1.100] ([115.199.140.113]) by mx.google.com with ESMTPSA id bt1sm22964291pbb.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 29 Sep 2013 16:54:03 -0700 (PDT) Message-ID: <5248BF25.7070701@gmail.com> Date: Sun, 29 Sep 2013 23:54:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Pierre Muller CC: 'gdb-patches' Subject: Re: [RFC 3/6] mingw-hdep: Add "maint set testuite-mode on/off" command. References: <002901cebaf2$35ec65a0$a1c530e0$@muller@ics-cnrs.unistra.fr> <33207.6293569573$1380225714@news.gmane.org> <87pprufgl8.fsf@fleche.redhat.com> <5245c3a0.a3e2440a.4b98.ffffd279SMTPIN_ADDED_BROKEN@mx.google.com> <5245DE52.8080800@redhat.com> <52482EBA.5010209@codesourcery.com> <5248768B.4090705@redhat.com> <10148.9390749068$1380495630@news.gmane.org> In-Reply-To: <10148.9390749068$1380495630@news.gmane.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-09/txt/msg00998.txt.bz2 On 2013-9-30 6:57, Pierre Muller wrote: > (on msys)$ runtest --version > WARNING: Couldn't find the global config file. > Expect version is 5.26 > Tcl version is 8.4 > Framework version is 1.4.2.x > > while on cygwin: > $ runtest --version > Expect version is 5.45 > Tcl version is 8.5 > Framework version is 1.5 Hi, Pierre You can try the new MSYS2 from: https://sourceforge.net/projects/msys2/ It is a project supported by MinGW-w64 project, so discussion are in there maillist. It has code ported from latest cygwin, also support x64 and x32. The latest 32 bit version is: x32-msys2-develop-20130909.tar.xz Here is the result: $ runtest --version WARNING: Couldn't find the global config file. Expect version is 5.45 Tcl version is 8.5 Framework version is 1.5.1 I have not tried this msys2 to build GDB, but as I know, someone has already use msys2 to build clang or other projects. Yuanhui Zhang