Changes between Version 1 and Version 2 of Ticket #51739, comment 4


Ignore:
Timestamp:
Jan 12, 2018, 2:28:24 AM (6 years ago)
Author:
kfsone (Oliver Smith)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51739, comment 4

    v1 v2  
    55This seems to be an upstream issue; I have the same problem if I clone the repos and try to configure/build myself with CFLAGS="-arch i386 -arch x86_64"; the resulting build does not include libprofiler (making it useless :(
    66
    7 1. port install gperftools -> /opt/local/lib/libprofiler.dylib is installed, port uninstall gperftools, libprofiler.dylib is uninstalled,
    8 2. port install gperftools +x86_64 -> libprofiler.dylib installed, port uninstall removes,
    9 3. port install gperftools +universal -> no libprofiler.dylib.
     71. `port install gperftools` -> /opt/local/lib/libprofiler.dylib is installed, port uninstall gperftools, libprofiler.dylib is uninstalled,
     82. `port install gperftools +x86_64` -> libprofiler.dylib installed, port uninstall removes,
     93. `port install gperftools +universal` -> no libprofiler.dylib.