Dear all,
I am trying to install samtools on OpenSuse and I have already added quite a few development packages that were required. However, it still gives me an error message because of "cannot find -lcurses"
Does anyone know what that means?
This is the entire error message
ih@kkkad007:~/samtools-0.1.18> make
make[1]: Entering directory `/home/ih/samtools-0.1.18'
make[2]: Entering directory `/home/ih/samtools-0.1.18'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/ih/samtools-0.1.18'
make[2]: Entering directory `/home/ih/samtools-0.1.18/bcftools'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/ih/samtools-0.1.18/bcftools'
make[2]: Entering directory `/home/ih/samtools-0.1.18/misc'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/ih/samtools-0.1.18/misc'
gcc -g -Wall -O2 -o samtools bam_tview.o bam_plcmd.o sam_view.o bam_rmdup.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 -lcurses -lm -lz
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lcurses
collect2: error: ld returned 1 exit status
make[1]: *** [samtools] Error 1
make[1]: Leaving directory `/home/ih/samtools-0.1.18'
make: *** [all-recur] Error 1
I am trying to install samtools on OpenSuse and I have already added quite a few development packages that were required. However, it still gives me an error message because of "cannot find -lcurses"
Does anyone know what that means?
This is the entire error message
ih@kkkad007:~/samtools-0.1.18> make
make[1]: Entering directory `/home/ih/samtools-0.1.18'
make[2]: Entering directory `/home/ih/samtools-0.1.18'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/ih/samtools-0.1.18'
make[2]: Entering directory `/home/ih/samtools-0.1.18/bcftools'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/ih/samtools-0.1.18/bcftools'
make[2]: Entering directory `/home/ih/samtools-0.1.18/misc'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/ih/samtools-0.1.18/misc'
gcc -g -Wall -O2 -o samtools bam_tview.o bam_plcmd.o sam_view.o bam_rmdup.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 -lcurses -lm -lz
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lcurses
collect2: error: ld returned 1 exit status
make[1]: *** [samtools] Error 1
make[1]: Leaving directory `/home/ih/samtools-0.1.18'
make: *** [all-recur] Error 1
Comment