Changes between Version 1 and Version 2 of Ticket #54228, comment 4


Ignore:
Timestamp:
May 26, 2017, 7:20:52 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54228, comment 4

    v1 v2  
    11Ah, looks like that RANLIB fix should work, I think. Apparently there was some dependency on cctools that was to be avoided -- not sure why that would be.
    22
    3 That -stdlib=macports-libstdc++ error comes because Marcus' patch is not a default on clang-3.9 (it probably should be). You'll need to reinstall clang-3.9 with the proper variant manually for now, and enable the libstdcxx variant.
     3That -stdlib=macports-libstdc++ error comes because Marcus' patch is not a default on clang-3.9 (it probably should be). You'll need to reinstall clang-3.9 with the proper variant manually for now, and enable the libstdcxx variant. 
    44{{{
    55$ port variants clang-3.9
     
    1212   universal: Build for multiple architectures
    1313}}}
     14
     15Or switch to clang-4.0, where libstdcxx is the default (If you do that, note that there is a math problem on 10.6.8 with clang-4.0 that needs a tiny manual patch for now -- there is another open ticket for that [ticket:54135]).