Posted to tcl by apn at Sun Dec 04 17:00:00 GMT 2016view pretty

Install as described at https://github.com/orlp/dev-on-windows/wiki/Installing-GCC--&-MSYS2

cd <BUILDDIR>
c:/src/twapi/configure --prefix=c:/tcl/mingw --enable-threads --enable-64bit --with-tcl=c:/tcl/mingw/lib
make clean
make 2> errors.log

make install

Comments

Posted by apn at Sun Dec 04 17:05:51 GMT 2016 [text] [code]

Above gcc link is correct. The build step is for the wrong software! Build line for Tcl is as follows: /c/src/tcl-tk/866/tcl/unix/configure --prefix=c:/tcl/mingw/x64 --enable-threads --enable-64bit make To be executed from the mingw64 shell