Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 5f3a6b106b289345f89bd77faa5776b556eea7e9
Ticket: 14e564d47a1dd3950927d20960e54382704f02a4
Compilation impossible with MinGW W64
User & Date: anonymous 2014-07-08 08:33:06
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    There are two issues when trying to build tcl with MinGW w64.
    
    I use the following invocation :
    
    ./win/configure --prefix=/c/libraries/tcl --enable-64bit
    
    1. It fails with EXCEPTION_REGISTRATION issue, which a patch corrected the issue [1]
    2. It fails at linkage with zlib with the error undefined reference to "__imp_CoTaskMemFree"
    
    Adding -lole32 to the LIBS variable in the Makefile solved the second problem.
    
    [1] http://sourceforge.net/p/mingw-w64/mailman/message/31614293/
    
    Has the patch been applied for the next release ?
    
  5. foundin changed to: "8.6.1"
  6. is_private changed to: "0"
  7. login: "anonymous"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "1641d8adfb042bfcc89c5738069662c6fe91bf88"
  10. resolution changed to: "None"
  11. severity changed to: "Critical"
  12. status changed to: "Open"
  13. submitter changed to: "anonymous"
  14. subsystem changed to: "69. Other"
  15. title changed to: "Compilation impossible with MinGW W64"
  16. type changed to: "Support"