Hello,
I appreciate any help to resolve this issue. I got an error when I compiled Samtools under Cygwin 1.7 (windows vista 32 bit).
I had the following message:
$ make
make[1]: Entering directory `/home/fbhe/samtools-0.1.18'
make[2]: Entering directory `/home/fbhe/samtools-0.1.18'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/fbhe/samtools-0.1.18'
make[2]: Entering directory `/home/fbhe/samtools-0.1.18/bcftools'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/fbhe/samtools-0.1.18/bcftools'
make[2]: Entering directory `/home/fbhe/samtools-0.1.18/misc'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/fbhe/samtools-0.1.18/misc'
gcc -g -Wall -O2 -o samtools bam_tview.o bam_plcmd.o sam_view.o bam_rmd up.o bam_rmdupse.o bam_mate.o bam_stat.o bam_color.o bamtk.o kaln.o bam2bcf. o bam2bcf_indel.o errmod.o sample.o cut_target.o phase.o bam2depth.o -Lbcftools libbam.a -lbcf -lm -lz
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
Makefile:44: recipe for target `samtools' failed
make[1]: *** [samtools] Error 1
make[1]: Leaving directory `/home/fbhe/samtools-0.1.18'
Makefile:24: recipe for target `all-recur' failed
make: *** [all-recur] Error 1
Thanks,
fbhe
I appreciate any help to resolve this issue. I got an error when I compiled Samtools under Cygwin 1.7 (windows vista 32 bit).
I had the following message:
$ make
make[1]: Entering directory `/home/fbhe/samtools-0.1.18'
make[2]: Entering directory `/home/fbhe/samtools-0.1.18'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/fbhe/samtools-0.1.18'
make[2]: Entering directory `/home/fbhe/samtools-0.1.18/bcftools'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/fbhe/samtools-0.1.18/bcftools'
make[2]: Entering directory `/home/fbhe/samtools-0.1.18/misc'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/fbhe/samtools-0.1.18/misc'
gcc -g -Wall -O2 -o samtools bam_tview.o bam_plcmd.o sam_view.o bam_rmd up.o bam_rmdupse.o bam_mate.o bam_stat.o bam_color.o bamtk.o kaln.o bam2bcf. o bam2bcf_indel.o errmod.o sample.o cut_target.o phase.o bam2depth.o -Lbcftools libbam.a -lbcf -lm -lz
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
Makefile:44: recipe for target `samtools' failed
make[1]: *** [samtools] Error 1
make[1]: Leaving directory `/home/fbhe/samtools-0.1.18'
Makefile:24: recipe for target `all-recur' failed
make: *** [all-recur] Error 1
Thanks,
fbhe
Comment