Update of "MinGW/MSYS"
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: ae23d57a1ed74e71a8f9979c7ef38a4768005af1
Page Name:MinGW/MSYS
Date: 2016-02-23 19:57:20
Original User: hypnotoad
Mimetype:text/x-markdown
Parent: 07e6c1221d581cac2413062191a33845822e5df8 (diff)
Next 00271128bcd01f7e171440fe91a28cc1cee16378
Content

Install msys from http://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/

Note this is only msys, not msys+mingw since we are not using gcc Uncompress into (e.g.) c:msys

Notes:

Use "Developer Command Prompt" from MSVC, not msys sh. For ./configure to run, you need to add c:MinGWMSYS1.0bin to your path:


set PATH=%PATH%;C:\MinGW\MSYS\1.0\bin
set CC=cl.exe
cd PATH_TO_TCLSRC\win
sh configure  --prefix=TCL_INSTALL_DIR --enable-threads 
make
make install
cd PATH_TO_TKSRC\win
sh configure  --prefix=TCL_INSTALL_DIR --enable-threads 
make
make install