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

  1. Install as described at https://github.com/orlp/dev-on-windows/wiki/Installing-GCC--&-MSYS2
  2.  
  3. cd <BUILDDIR>
  4. c:/src/twapi/configure --prefix=c:/tcl/mingw --enable-threads --enable-64bit --with-tcl=c:/tcl/mingw/lib
  5. make clean
  6. make 2> errors.log
  7.  
  8. 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