Changes between Initial Version and Version 1 of Ticket #45710


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45710

    • Property Status changed from new to assigned
    • Property Cc mww@… added; mww removed
    • Property Owner changed from macports-tickets@… to larryv@…
  • Ticket #45710 – Description

    initial v1  
     1{{{
    12% otool -hv /opt/local/lib/libmpc.3.dylib
    23/opt/local/lib/libmpc.3.dylib:
     
    45      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
    56MH_MAGIC_64  X86_64        ALL  0x00       DYLIB    16       1416 DYLDLINK NO_REEXPORTED_DYLIBS
    6 
     7}}}
    78reveals that libmpc-1.0.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".