Description
Is it possible to get a precompiled binary that is compatible with the recent LTS version of Ubuntu? It looks like the most recent binary for linux is IQmol version 2.14, which is not compatible with the updated operating system, and trying to compile from source code is currently giving linking errors with libm-2.35 (error below). I will evenutally figure out the linking issue, but it would be nice to just have a version of the binary that works again. Thank you!
[100%] Linking CXX executable bin/IQmol
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libm-2.35.a(e_pow.o): warning: relocation against _dl_x86_cpu_features' in read-only section
.text'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libm-2.35.a(s_atan.o): in function __atan_ifunc': (.text+0x526): undefined reference to
_dl_x86_cpu_features'
/usr/bin/ld: (.text+0x531): undefined reference to _dl_x86_cpu_features' /usr/bin/ld: (.text+0x53a): undefined reference to
_dl_x86_cpu_features'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libm-2.35.a(s_ceil.o): in function __ceil_ifunc': (.text+0x6): undefined reference to
_dl_x86_cpu_features'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libm-2.35.a(s_floor.o): in function __floor_ifunc': (.text+0x6): undefined reference to
_dl_x86_cpu_features'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libm-2.35.a(s_sin.o):(.text+0x12c6): more undefined references to `_dl_x86_cpu_features' follow
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/IQmol.dir/build.make:299: bin/IQmol] Error 1
make[1]: *** [CMakeFiles/Makefile2:907: CMakeFiles/IQmol.dir/all] Error 2
make: *** [Makefile:166: all] Error 2