Changes between Initial Version and Version 1 of Ticket #45709


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45709

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

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