icebert / pblat

parallelized blat with multi-threads support
http://icebert.github.io/pblat/
Other
51 stars 14 forks source link

compile error: undefined reference to `gzgetc_' #9

Closed billzt closed 4 years ago

billzt commented 4 years ago
gcc -O -Wall  -o pblat blat.o jkOwnLib.a jkweb.a htslib/libhts.a  -lm -lpthread -lssl -lcrypto -lz
htslib/libhts.a(zfio.o): In function `zfpeek':
zfio.c:(.text+0x1c8): undefined reference to `gzgetc_'
billzt commented 4 years ago

Well, I've already fixed the bug by myself: The command make clean haven't cleaned the htslib.