Closed federicacitarrella closed 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.
apt-get zlib1g-dev
To solve the error:
add
apt-get zlib1g-dev
into the set of package installation.