Entering edit mode
5.2 years ago
akshay_ware
▴
30
I am trying to install RandFold 2.0, got following error:
fold.o: In function `fill_arrays':
fold.c:(.text+0x115c): undefined reference to `HairpinE'
fold.c:(.text+0x12ca): undefined reference to `LoopEnergy'
fold.o: In function `backtrack':
fold.c:(.text+0x3d48): undefined reference to `HairpinE'
fold.c:(.text+0x3f36): undefined reference to `LoopEnergy'
fold.o: In function `stack_energy':
fold.c:(.text+0x5241): undefined reference to `LoopEnergy'
fold.c:(.text+0x53b5): undefined reference to `HairpinE'
collect2: error: ld returned 1 exit status
Makefile:7: recipe for target 'randfold' failed
make: *** [randfold] Error 1
Please help
Thanks in Advance
Did you consider installing from conda?
If, for some reason, you can't or don't want to use conda, please provide more details, as where did you download randfold from, your OS (and its version), and the version of GCC.
Hello, I am using Ubuntu 18.4 I am not using conda. I am trying to install Cap-MirSeq pipeline in that i am facing error. as posted earlier. when I tried RandFold 2.0 alone, it was installed properly but not with pipeline.
Thanks