Changes between Version 1 and Version 2 of Ticket #60196, comment 11


Ignore:
Timestamp:
Apr 3, 2020, 5:11:36 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60196, comment 11

    v1 v2  
    11I upgraded (finally) my 10.11 system to Xcode 8.2.1 (perhaps port diagnose should help report the wrong xcode versions for older systems? ).
    22
    3 Anyway, clang-3.7 does build on 10.11 with Xcode 8.2.1 if you set {{{use_xcode yes}}}, however it somehow stupidly winds up choosing the `iphoneOS` SDK to build against (how?? -- I have seen this happen before in another scenario -- trying to recall the exact port and system). That SDK has only *.tbd linker files in it, so you have to update ld64 to ld64-latest, which you should do anyway on 10.11, but it is a few manual steps:
     3Anyway, clang-3.7 does build on 10.11 with Xcode 8.2.1 if you set {{{use_xcode yes}}}, however compiler_rt somehow stupidly winds up choosing the `iphoneOS` SDK to build against (how?? -- I have seen this happen before in another scenario -- trying to recall the exact port and system). That SDK has only *.tbd linker files in it, so you have to update ld64 to ld64-latest, which you should do anyway on 10.11, but it is a few manual steps:
    44{{{
    55sudo port -v install ld64-latest