Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • csoong
    Member
    • Jun 2009
    • 74

    problem running Dindel on MacOSX 10.6.4

    Hi all,

    I am experiencing problems executing the binary file or building a executable for version 1.01 on a MAC. When the pre-built binary file was executed I receive the following error message:

    sh-3.2# ./dindel-1.01-mac-os-x
    dyld: Library not loaded: libboost_program_options-xgcc40-mt-1_37.dylib
    Referenced from: /Users/johnsoong/Downloads/dindel-1.01-mac-os-x/binaries/./dindel-1.01-mac-os-x
    Reason: image not found
    Trace/BPT trap


    When I try to rebuild from source (and having successfully installed BOOST libraries), I still receive error messages with the final lines (the build cannot produce a static library?) :

    sh-3.2# make
    g++ -o dindel -I/Users/johnsoong/Downloads/samtools-0.1.9/ -Iseqan_library/ -I./ -Wno-deprecated -O3 DInDel.o HapBlock.o HaplotypeDistribution.o ObservationModelFB.o GetCandidates.o Faster.o -L/Users/johnsoong/Downloads/samtools-0.1.9/ -lbam -lz -lboost_program_options -static
    ld: library not found for -lcrt0.o
    collect2: ld returned 1 exit status


    So I modified the Makefile file deleting the -static in LDFLAG. Still, the build failed with the following last line:

    ld: symbol(s) not found
    collect2: ld returned 1 exit status


    I have specified the correct path to samtools source...
    Would anyone know how to solve the issue? Thanks in advance.

    csoong
  • csoong
    Member
    • Jun 2009
    • 74

    #2
    problem resolved. I removed the -static in LDFLAG and the build worked. I don't know how I got this to work because I tried this several times and didn't work. Dindel is working properly now.

    Comment

    • csoong
      Member
      • Jun 2009
      • 74

      #3
      I want to add a note for users experiencing similar problems. I ran into the issue again on another mac pro today. And this time instead of not knowing how it suddenly worked, I actually made it work. First of all, my configuration for boost library was done through macport and i have samtools installed as well.

      It turns out that the linker and compiler could not find out the correct path to the installed boost library and its headers, so in the Makefile i had to speciafically add in the path that points to booth library, both for the header path as well as the linker path. usually the included path should look like this if using mac ports:
      /opt/local/lib for linker path
      /opt/local/include for header path

      good luck.

      oh yes... remember to remove the static flag in Makefile as well.

      Comment

      • yinshe
        Member
        • Oct 2010
        • 20

        #4
        Could you please paste your Makefile here, that would be a great help. Thanks.

        Comment

        • csoong
          Member
          • Jun 2009
          • 74

          #5
          SAMTOOLDIR=/Users/rich/Downloads/samtools-0.1.12a/
          #/nfs/users/nfs_c/caa/source/samtools/
          SEQANDIR=seqan_library/

          CPPFLAGS= -DNDEBUG -D_IOLIB=2 -DMINREADS=2 -DDINDEL
          CXXFLAGS= -I$(SAMTOOLDIR) -I$(SEQANDIR) -I./ -I/opt/local/include/ -I/opt/local/lib/ -Wno-deprecated -O3
          LDFLAGS= -L$(SAMTOOLDIR) -L/opt/local/lib/ -lbam -lz -lboost_program_options

          SRCSDINDEL=DInDel.cpp HapBlock.cpp HaplotypeDistribution.cpp ObservationModelFB.cpp GetCandidates.cpp Faster.cpp
          OBJSDINDEL=$(SRCSDINDEL:%.cpp=%.o)

          dindel:$(OBJSDINDEL) Read.hpp DInDel.hpp HapBlock.hpp Haplotype.hpp HaplotypeDistribution.hpp MyBam.hpp GetCandidates.hpp Variant.hpp Fasta.hpp OutputData.hpp MLAlignment.hpp ObservationModelSeqAn.hpp VariantFile.hpp ReadIndelErrorModel.hpp Library.hpp Faster.hpp
          $(CXX) -o $@ $(CXXFLAGS) $(DINDELFLAGS) $(OBJSDINDEL) $(LDFLAGS)

          clean:
          rm -f $(OBJSDINDEL) $(OBJSCOMPAREVARIANTS) $(OBJSMAKEGLF)

          Comment

          • yinshe
            Member
            • Oct 2010
            • 20

            #6
            Thanks for the information. I got dindel installed.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by SEQadmin2



              Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
              ...
              07-09-2026, 11:10 AM
            • SEQadmin2
              Cancer Drug Resistance: The Lingering Barrier to Rising Survival
              by SEQadmin2



              Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

              There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
              07-08-2026, 05:17 AM
            • GATTACAT
              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by GATTACAT
              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
              07-01-2026, 11:43 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            23 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            15 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            33 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-02-2026, 11:08 AM
            0 responses
            31 views
            0 reactions
            Last Post SEQadmin2  
            Working...