Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: f611ad3985b32ee107d84f76d5d38f02925ed8fc
Ticket: d19aef1487a940bbf8ce7553b4aacc88e5ae9621
Does not cross-compile for iOS 6 - patch included.
User & Date: kevin_walzer 2014-07-31 02:06:13
Changes

  1. icomment:
    I've opened an ios branch for these patches, but I'm not sure I'm doing the build right. I get these errors when running make per your instructions: 
    
    ld: warning: ignoring file tclAppInit.o, file was built for unsupported file format ( 0xCF 0xFA 0xED 0xFE 0x07 0x00 0x00 0x01 0x03 0x00 0x00 0x00 0x01 0x00 0x00 0x00 ) which is not the architecture being linked (i386): tclAppInit.o
    ld: warning: ignoring file /Users/kevin/tcl-ios/unix/libtcl8.6.a, file was built for archive which is not the architecture being linked (i386): /Users/kevin/tcl-ios/unix/libtcl8.6.a
    ld: warning: ignoring file libtclstub8.6.a, file was built for archive which is not the architecture being linked (i386): libtclstub8.6.a
    Undefined symbols for architecture i386:
      "_main", referenced from:
         implicit entry/start for main executable
    ld: symbol(s) not found for architecture i386
    
    Also, I'm not sure how to test the build once I get something build--I refuse to jailbreak my iPhone. Do you know of a way to run this in the simulator, assuming I can get it to build?
    
  2. login: "kevin_walzer"
  3. mimetype: "text/plain"