Hi all,
I have been testing VoidPup to try to be able to run some very specific data processing on it. For this, I need to install the udunits package (and its libraries), which are not included in the main void repos. So I am trying to compile it from sources (here is the source https://artifacts.unidata.ucar.edu/serv ... s/current/). After installing all dependencies (expat, CUnits, and I think gcc-fortran), and run the ./configure , the configure step stops with the error:
checking for library containing log10... no
configure: error: cannot find function log10
Its not clear to me how to solve for this error, but may be related to the libraries in VoidPup. Not sure if this may be the right place to post this, but I was wondering if I could get some help/advice from people with more experience compiling stuff on VoidPup.