Entering edit mode
4.3 years ago
adhirajnath14
▴
40
I have been using ViennaRNA package for quite sometime now. While trying to install it on HPC without root privileges I'm getting the following error on entering make command:
CC constraints/soft.lo
CC constraints/ligand.lo
CCLD libRNA_constraints.la
sorry - this program has been built without plugin support
make[4]: *** [libRNA_constraints.la] Error 1
I have
cmake version 3.17.0-rc2
and
g++ (GCC) 5.2.0
Is there a problem linking the C library here?