-
Is there an expected way to extract the version number from the library? Like, if I have the header files and library files, is there a function to call or something to tell me what version it is? I'm building out an autoconf script and want to be able to warn/fail if the version is not recent enough to support the features I use. |
Beta Was this translation helpful? Give feedback.
Answered by
jmr
Oct 27, 2022
Replies: 1 comment 2 replies
-
AFAIK, there's no good way to do it once it's been installed. Can you check for existence of functions you need in the autoconf scripts? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pramsey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFAIK, there's no good way to do it once it's been installed. Can you check for existence of functions you need in the autoconf scripts?