Changes between Initial Version and Version 1 of Ticket #62426, comment 65


Ignore:
Timestamp:
Sep 26, 2022, 3:42:42 AM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62426, comment 65

    initial v1  
    1 Homebrew found a list of about 20 formula where this issue was causing issues.
     1Homebrew found a list of about 20 formula where this issue was potentially causing troubles.
    22
    3 In the end, they moved {{{libc++.1.dylib}}} out of the directory where all the other LLVM/clang libs are stored, and into a subdirectory, so it would not be automatically found during the link phase if {{{-L/opt/local/libexec/llvm-14/lib}}} was being used to find the LLVM libs, and therefore cause errors.
     3In the end, to prevent inadvertent linking to an unexpected {{{libc++.1.dylib}}}, they moved {{{libc++.1.dylib}}} out of the directory where all the other LLVM/clang libs are stored, and into a subdirectory, so it would not be automatically found during the link phase if {{{-L/opt/local/libexec/llvm-14/lib}}} was being used to find the LLVM libs.