Changes between Initial Version and Version 1 of Ticket #45712


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

Again with the Libtool MACOSX_DEPLOYMENT_TARGET bug. I’ll prepare a patch in a bit.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45712

    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Cc larryv@… added; jeremyhu removed
  • Ticket #45712 – Description

    initial v1  
    1  otool -hv /opt/local/lib/libXt.6.dylib
     1{{{
     2% otool -hv /opt/local/lib/libXt.6.dylib
    23/opt/local/lib/libXt.6.dylib:
    34Mach header
    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 xorg-libXt-1.1.4_0 built on Yosemite is linking its shared libraries with "-flat_namespace" as seen from the missing TWOLEVEL flag expected from "-undefined dynamic_lookup".