Changes between Initial Version and Version 1 of Ticket #45711


Ignore:
Timestamp:
Oct 31, 2014, 7:52:57 PM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45711

    • Property Owner changed from macports-tickets@… to larryv@…
    • Property Status changed from new to assigned
  • Ticket #45711 – Description

    initial v1  
     1{{{
    12% otool -hv /opt/local/lib/libxml2.2.dylib
    23/opt/local/lib/libxml2.2.dylib:
     
    45      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
    56MH_MAGIC_64  X86_64        ALL  0x00       DYLIB    17       1872 DYLDLINK NO_REEXPORTED_DYLIBS
    6 
     7}}}
    78reveals that libxml2-2.9.2_0 built on Yosemite is linking its shared libraries with "-flat_namespace" as seen from the missing TWOLEVEL flag expected from "-undefined dynamic_lookup".
    8