My process was just below.
git clone --recursive https://github.com/TheJacksonLaboratory/SVE.gitcd SVEmake
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
Hi :-)
My process was just below.
git clone --recursive https://github.com/TheJacksonLaboratory/SVE.git
cd SVE
make
And, when I triedmake
, I got this error.What I have to do?
Thank you