Changes between Initial Version and Version 1 of Ticket #45713


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

Libtool MACOSX_DEPLOYMENT_TARGET bug again.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45713

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

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