Entering edit mode
5.2 years ago
kousi31
▴
100
I am trying to install RNAplex software. I downloaded the source code from here
There was no error when I typed ./configure
` make`
/home/d/happy_bin/RNAplex-0.2/lib/alicircfold.inc:80: undefined reference to `HairpinE'
/home/d/happy_bin/RNAplex-0.2/lib/alicircfold.inc:107: undefined reference to `LoopEnergy'
collect2: error: ld returned 1 exit status
Makefile:240: recipe for target 'RNAplex' failed
make[2]: *** [RNAplex] Error 1
make[2]: Leaving directory '/home/d/happy_bin/RNAplex-0.2/Progs'
Makefile:318: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/d/happy_bin/RNAplex-0.2'
Makefile:234: recipe for target 'all' failed
make: *** [all] Error 2
kindly help install the software.
kousi31 : See if this helps.
I installed Viennarna with bioconda. Thank you!