federicacitarrella / FusionFlow

FusionFlow is a bioinformatic pipeline that enables the detection of gene fusions from RNA and DNA data.
1 stars 2 forks source link

Error "/usr/bin/ld: cannot find -lz" #25

Closed federicacitarrella closed 3 years ago

federicacitarrella commented 3 years ago

To solve the error:

gcc -g -Wall -O2 -Wno-unused-function fastqtk.c -o fastqtk -lz -lm /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status make: *** [Makefile:7: fastqtk] Error 1

add apt-get zlib1g-dev into the set of package installation.