Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#45706 closed defect (fixed)

cloog-0.18.2_0 links shared libs with -flat_namespace on Yosemite

Reported by: jhowarth@… Owned by: larryv (Lawrence Velázquez)
Priority: Normal Milestone:
Component: ports Version: 2.3.2
Keywords: Cc:
Port: cloog cloog-devel

Description (last modified by larryv (Lawrence Velázquez))

 otool -hv /opt/local/lib/libcloog-isl.4.dylib
/opt/local/lib/libcloog-isl.4.dylib:
Mach header
      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
MH_MAGIC_64  X86_64        ALL  0x00       DYLIB    16       1584 DYLDLINK NO_REEXPORTED_DYLIBS

reveals 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".

Change History (3)

comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Owner: changed from macports-tickets@… to larryv@…
Status: newassigned

Again with the Libtool MACOSX_DEPLOYMENT_TARGET bug.

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

comment:2 Changed 10 years ago by larryv (Lawrence Velázquez)

Resolution: fixed
Status: assignedclosed

comment:3 Changed 9 years ago by larryv (Lawrence Velázquez)

Port: cloog-devel added

Oops, cloog-devel needed a revbump to pick up the fixed libtool macros. r128491

Note: See TracTickets for help on using tickets.