Changes between Initial Version and Version 1 of Ticket #45707


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

The Libtool MACOSX_DEPLOYMENT_TARGET bug again. The attached change should fix it, although the issue still needs to be reported upstream. The problem was fixed in the latest Libtool release, so they shouldn’t have to do anything more than update their Libtool and regenerate everything.

Sean, may I commit this, or do you want to handle it yourself?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45707

    • Property Owner changed from macports-tickets@… to sean@…
    • Property Cc larryv@… added
  • Ticket #45707 – Description

    initial v1  
     1{{{
    12% otool -hv /opt/local/lib/libfftw3_threads.dylib
    23/opt/local/lib/libfftw3_threads.dylib:
     
    45      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
    56MH_MAGIC_64  X86_64        ALL  0x00       DYLIB    15       1608 DYLDLINK NO_REEXPORTED_DYLIBS
     7}}}
    68
    79reveals that fftw-3-3.3.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".