lh3 / seqtk

Toolkit for processing sequences in FASTA/Q formats
MIT License
1.35k stars 311 forks source link

Trouble installing seqtk #122

Closed jullee closed 5 years ago

jullee commented 5 years ago

I've followed the instructions to download seqtk but when I type "make", I'm getting this error:

gcc -g -Wall -O2 -Wno-unused-function seqtk.c -o seqtk -lz -lm /opt/rh/devtoolset-3/root/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory make: *** [seqtk] Error 1

I don't know how to proceed or what libmpfr.so.1 is...

lh3 commented 5 years ago

That is your gcc problem. It will fail to install any programs.