We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: