Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does it fail to compile on AArch64 Linux? #599

Open
allenlu2008 opened this issue Dec 30, 2024 · 1 comment
Open

Why does it fail to compile on AArch64 Linux? #599

allenlu2008 opened this issue Dec 30, 2024 · 1 comment

Comments

@allenlu2008
Copy link

Compilation of GDAL and gdal-sys was successful, but when compiling my own code, I get the
error:
note: /usr/bin/ld: cannot find -lgdal.

@lnicola
Copy link
Member

lnicola commented Dec 30, 2024

GDAL is a C library, you'll need to install it (e.g. using brew) or use the upcoming bundled feature (which is very limited).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants