Changes between Version 1 and Version 2 of Ticket #68329, comment 16


Ignore:
Timestamp:
Oct 21, 2023, 3:49:36 AM (12 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68329, comment 16

    v1 v2  
    1 maybe not so "easy"
    2 {{{
    3  % sudo install_name_tool -delete_rpath /opt/local/lib/libgc /opt/local/lib/libopenblas-r1.dylib
    4 error: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: no LC_RPATH load command with path: /opt/local/lib/libgc found in: /opt/local/lib/libopenblas-r1.dylib (for architecture arm64), required for specified option "-delete_rpath /opt/local/lib/libgc"
    5 }}}
    6 
    7 and yet they are there:
    8 {{{
    9 Load command 15
    10           cmd LC_RPATH
    11       cmdsize 40
    12          path /opt/local/lib/libgcc (offset 12)
    13 Load command 16
    14           cmd LC_RPATH
    15       cmdsize 40
    16          path /opt/local/lib/libgcc (offset 12)
    17 }}}
     1whoops, ignorethis