Changes between Initial Version and Version 2 of Ticket #45715
- Timestamp:
- Oct 31, 2014, 8:55:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45715
- Property Owner changed from macports-tickets@… to ryandesign@…
- Property Cc larryv@… added; ryandesign removed
-
Ticket #45715 – Description
initial v2 1 {{{ 1 2 % otool -hv /opt/local/lib/libasprintf.0.dylib 2 3 /opt/local/lib/libasprintf.0.dylib: … … 4 5 magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 5 6 MH_MAGIC_64 X86_64 ALL 0x00 DYLIB 15 1360 DYLDLINK BINDS_TO_WEAK NO_REEXPORTED_DYLIBS 6 7 }}} 7 8 reveals that gettext-0.19.3_0 built on Yosemite is linking its shared libraries with "-flat_namespace" as seen from the missing TWOLEVEL flag expected from "-undefined dynamic_lookup".