Ticket Change Details
Overview

Artifact ID: 98887f9a1f73b3e714675d539c329a4b4d9b7539
Ticket: e6b231ea5d667ae1f973aeaa7d64f79be1155efa
Windows x-compilation - inclusion of static libreg.a breaks .exe
User & Date: anonymous on 2012-11-15 23:40:37
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous added on 2012-11-15 23:40:37 UTC:</i><br />
    The following (non-minimal!) patch fixes/avoids the problem by simply removing the offending .a files from contention.
    
    Not sure this is really solving the problem, or merely masking a different problem.
    
    diff -r KitCreator-b5d7ffb774c9b216/kitsh/buildsrc/kitsh-0.0/aclocal.m4 Hunter-KitCreate/Ki\
    tCreator/kitsh/buildsrc/kitsh-0.0/aclocal.m4                                                
    193,194c193,194
    <               projlibfiles="`find "${projlibdir}" -name '*.a' 2>/dev/null | tr "\n" ' '`"
    <               projlibfilesnostub="`find "${projlibdir}" -name '*.a' 2>/dev/null | grep -v\
     'stub' | tr "\n" ' '`"                                                                     
    ---
    >               projlibfiles="`find "${projlibdir}" -name '*.a' 2>/dev/null | grep -v libtc\
    lreg | grep -v libtcldde | tr "\n" ' '`"                                                    
    >               projlibfilesnostub="`find "${projlibdir}" -name '*.a' 2>/dev/null | grep -v\
     'stub' | grep -v libtclreg | grep -v libtcldde | tr "\n" ' '`"                             
    283a284
    >               AC_MSG_WARN([adding to ARCHS branch ${proj} - ${ARCHS}])                    
    476c477
    <                                                                                           
    ---
    >                       TESTER=1                                                            
    479a481
    >                       TESTER=0                                                            
    
  2. priority changed to: "Immediate"
  3. resolution changed to: "Open"
  4. subsystem changed to: "Tcl"