Running on Apple silicon
Closed this issue · 2 comments
tschaub commented
I'm wondering if there is any hope of using godal with gdal built for macOS-arm64. My first attempt failed with
ld: symbol(s) not found for architecture x86_64
tbonfort commented
Hi Tim, I don't see why it couldn't be used if you have a working gdal installation, but I don't have the hardware at hand to test. Does golang/vscode-go#1087 (comment) or golang/go#43692 help?
tschaub commented
Thanks for the tip, @tbonfort. My mistake was running the https://golang.org/dl/go1.17.2.darwin-amd64.pkg install instead of https://golang.org/dl/go1.17.2.darwin-arm64.pkg.
I look forward to trying out godal!