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
git clone http://github.com/PapenfussLab/gridss/
cd gridss
git submodule init
git submodule update
cd src/main/c/gridsstools/htslib/
autoheader
autoconf
./configure && make
cd ..
autoheader
autoconf
./configure && make all
and got this error at the last step:
/usr/bin/ld: cannot find -ldeflate
collect2: error: ld returned 1 exit status
Makefile:25: recipe for target 'gridsstools' failed
make: *** [gridsstools] Error 1
What happened and how can I fix it?
Thank you,
Asta
The text was updated successfully, but these errors were encountered:
I followed github instalation guide:
git clone http://github.com/PapenfussLab/gridss/
cd gridss
git submodule init
git submodule update
cd src/main/c/gridsstools/htslib/
autoheader
autoconf
./configure && make
cd ..
autoheader
autoconf
./configure && make all
and got this error at the last step:
/usr/bin/ld: cannot find -ldeflate
collect2: error: ld returned 1 exit status
Makefile:25: recipe for target 'gridsstools' failed
make: *** [gridsstools] Error 1
What happened and how can I fix it?
Thank you,
Asta
The text was updated successfully, but these errors were encountered: