Announcement

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

  • GapFiller compiling problem

    Hey!

    For the last couple of days I've been trying to install GapFiller on linux. Sadly, i failed several times. After I ./configure; make i end up with the following error:

    -------------------------------------------------------------------------------------
    /usr/bin/ld: samtools/GapFiller-bam_import.o: undefined reference to symbol 'gzdopen'
    //usr/local/lib/libz.so.1: error adding symbols: DSO missing from command line
    collect2: error: ld returned 1 exit status
    make[1]: *** [GapFiller] Error 1
    make[1]: Leaving directory `$HOME/ngs/gapfiller-2.1.1/src'
    make: *** [all-recursive] Error 1
    -------------------------------------------------------------------------------------

    Has anyone encountered this error before? I've read quite abit about it, but couldnt find an effective solution. I've compiled a bunch of other softwares and they all worked fine.

    Any input would be appreciated!
    Best,
    Last edited by exo; 11-04-2014, 06:01 AM.

  • #2
    Can you check the Makefile and see if you can find a line that says LIBS? If there is "-lz" in that line, move it to the end of that line.

    One other thing to try would be (if -lz is missing):
    Code:
    $ ./configure LIBS="-lz"

    Comment


    • #3
      Wow ok, that worked thank you! Apparently -lz was missing from the Makefile adding your suggestion while running the "./configure" command fixed it!

      Thank you!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Advanced Methods for the Detection of Infectious Disease
        by seqadmin




        The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
        ...
        11-27-2023, 01:15 PM
      • seqadmin
        Strategies for Investigating the Microbiome
        by seqadmin




        Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
        11-09-2023, 07:02 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 12-01-2023, 09:55 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-30-2023, 10:48 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-29-2023, 08:26 AM
      0 responses
      15 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-29-2023, 08:12 AM
      0 responses
      17 views
      0 likes
      Last Post seqadmin  
      Working...
      X