Changes between Initial Version and Version 3 of Ticket #43828


Ignore:
Timestamp:
Sep 5, 2014, 3:04:21 PM (10 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43828

    • Property Status changed from new to closed
    • Property Cc jeremyhu@… removed
    • Property Keywords lang removed
    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Resolution changed from to worksforme
  • Ticket #43828 – Description

    initial v3  
    2424        /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 28.4.0)
    2525        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
     26}}}
    2627
    2728So the newer libc++ 3.4.1 headers stored in /opt/local/libexec/llvm-3.4/include are being used the much older system libc++…
    28 
     29{{{
    2930% otool -L /usr/lib/libc++.1.dylib
    3031/usr/lib/libc++.1.dylib:
     
    6263
    6364As you can see from the verbose output of clang-3.4 at the beginning of this report…
    64 
     65{{{
    6566ignoring nonexistent directory "/usr/include/c++/v1"
    66 
     67}}}
    6768…the stock sources default to a /usr/include/c++/v1 directory which Apple has never used instead of /usr/lib/c++/v1 on 10.7/10.8 and /Library/Developer/CommandLineTools/usr/lib/c++/v1 on 10.9.