This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 3/6] mingw-hdep: Add "maint set testuite-mode on/off" command.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]