Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • samtools installation error "cannot find -lcurses"

    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

  • #2
    You are missing the "ncurses" (and perhaps ncurses-devel) library. You can install it using your package manager.

    Comment


    • #3
      In general, the compiler message missing -lxxx means the library xxx is missing. In this case, ncurses.

      In most Linux distributions libraries like this are split in two, the run time and development packages. This is done for space efficiency - if you're just using pre-compiled code, you don't need all the development files as well. The packages are normally called something like xxx and either xxx-dev or xxx-devel depending on the Linux distribution. (The naming can be more complicated, perhaps libxxx and either libxxx-dev or libxxx-devel in some cases, or with a version number in the name as well).

      As GenoMax wrote, for OpenSuse you'll want "ncurses" and "ncurses-devel".

      Comment


      • #4
        Yeah, on my system I had the same problem. Someone suggested I change that line in the Makefile to 'use lncurses' or something like that, and now it works.

        Comment


        • #5
          Thank you for the answer. Through some other help page, I had received a similar idea. I just added a "n" in the Makefile to change lcurses to lncurses and then the installation worked.

          Ingo

          Comment


          • #6
            On Ubuntu 11.10, this is from installing the package "libncurses5" with apt-get:

            sudo apt-get install libncurses5

            ...getting there.

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Advancing Precision Medicine for Rare Diseases in Children
              by seqadmin




              Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
              12-16-2024, 07:57 AM
            • seqadmin
              Recent Advances in Sequencing Technologies
              by seqadmin



              Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

              Long-Read Sequencing
              Long-read sequencing has seen remarkable advancements,...
              12-02-2024, 01:49 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 12-17-2024, 10:28 AM
            0 responses
            26 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 12-13-2024, 08:24 AM
            0 responses
            42 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 12-12-2024, 07:41 AM
            0 responses
            28 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 12-11-2024, 07:45 AM
            0 responses
            42 views
            0 likes
            Last Post seqadmin  
            Working...
            X