Static linking?
#436
-
Is it possible to statically link GDAL? |
Beta Was this translation helpful? Give feedback.
Answered by
lnicola
Sep 9, 2023
Replies: 1 comment 1 reply
-
See https://github.com/georust/gdal/tree/master/gdal-sys. You can try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Barugon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/georust/gdal/tree/master/gdal-sys. You can try
GDAL_STATIC=1
, but at least on my system (Fedora) it doesn't work becauseunixODBC
is missing a static library. I didn't try the official container, though.