Changes between Initial Version and Version 1 of Ticket #55302, comment 33


Ignore:
Timestamp:
Nov 22, 2017, 5:13:33 AM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55302, comment 33

    initial v1  
    1 installing `libmacho` indeed allows `libgcc` to build through with `libsantizer` still active -- but without linking in `-lmacho` somehow I would imagin that will probably fail when anyone tries to use it, as the symbol is not in `libSystem`. Who cares about `libsanitizer` on snow leopard anyway? Perhaps the best thing is to just disable it.
     1installing `libmacho` indeed allows `libgcc` to build through with `libsantizer` still active -- but without linking in `-lmacho` somehow I would imagin that will probably fail when anyone tries to use it, as the symbol for `getsectiondata ` is not in `libSystem`. Who cares about `libsanitizer` on snow leopard anyway? Perhaps the best thing is to just disable it.
    22
    33I am not really clear why this error is showing up now and not before, though. Maybe some previous version of dependencies called in `libmacho`?