You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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.What I have to do?
Thank you
The text was updated successfully, but these errors were encountered: