kou commented on issue #40965:
URL: https://github.com/apache/arrow/issues/40965#issuecomment-2038735095
We can use `nm` on macOS too.
We can use `otool -L` instead of `ldd` on macOS:
```console
$ otool -L arrow-dataset-15.0.0/aarch_64/libarrow_dataset_jni.dylib
arrow-dataset-15.0.0/aarch_64/libarrow_dataset_jni.dylib:
@rpath/libarrow_dataset_jni.dylib (compatibility version 0.0.0, current
version 0.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 2202.0.0)
/System/Library/Frameworks/Security.framework/Versions/A/Security
(compatibility version 1.0.0, current version 61040.61.1)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
1.2.12)
/usr/lib/libcurl.4.dylib (compatibility version 7.0.0, current version
9.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
1600.157.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1336.61.1)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]