Changes between Initial Version and Version 1 of Ticket #69690, comment 4


Ignore:
Timestamp:
Apr 7, 2024, 5:08:48 PM (6 months ago)
Author:
asvitkine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69690, comment 4

    initial v1  
    11I'm confused by the dyld error since running otool on the binary doesn't show a dependency to the /usr/lib file:
    22
    3 ```
     3{{{
    44$ otool -L /opt/local/bin/gm4
    55/opt/local/bin/gm4:
     
    88        /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1953.1.0)
    99        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0)
    10 ```
     10}}}