TheJacksonLaboratory / SVE

GNU General Public License v3.0
51 stars 12 forks source link

When I installed this tool, I got this error. #43

Open hayeon-pak opened 2 years ago

hayeon-pak commented 2 years ago

Hi :-)

My process was just below. git clone --recursive https://github.com/TheJacksonLaboratory/SVE.git cd SVE make And, when I tried make , I got this error.

/usr/bin/ld: ../../obj//sqlite3.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status Makefile:56: recipe for target 'lumpy' failed make[4]: [lumpy] Error 1 Makefile:41: recipe for target 'all' failed make[3]: [all] Error 2 Makefile:116: recipe for target 'lumpy' failed make[2]: [lumpy] Error 2 Makefile:21: recipe for target 'all' failed make[1]: [all] Error 2 Makefile:60: recipe for target 'speedseq' failed make: *** [speedseq] Error 2

What I have to do?

Thank you

hayeon-pak commented 2 years ago

Hi,

I stopped to try to use makefile.. And then, I wanted to use docker.

So, when I tried docker build . I got below error. image

Can anyone help me?

Thank you.