Changes between Initial Version and Version 1 of Ticket #45706


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

Again with the Libtool MACOSX_DEPLOYMENT_TARGET bug.

Probably doesn’t affect cloog-devel, since it runs autoreconf anyway.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45706

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

    initial v1  
     1{{{
    12 otool -hv /opt/local/lib/libcloog-isl.4.dylib
    23/opt/local/lib/libcloog-isl.4.dylib:
     
    45      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
    56MH_MAGIC_64  X86_64        ALL  0x00       DYLIB    16       1584 DYLDLINK NO_REEXPORTED_DYLIBS
     7}}}
    68
    79reveals that cloog-0.18.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".