Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Cufflinks building problems

    I'm trying to install Cufflinks. After "make", several errors were found.

    Code:
    make  all-recursive
    make[1]: Entering directory `/usr/local/src/cufflinks-1.0.3'
    Making all in src
    make[2]: Entering directory `/usr/local/src/cufflinks-1.0.3/src'
    g++  -Wall -Wno-strict-aliasing -g -gdwarf-2 -Wuninitialized -march=i686 -O3  -DNDEBUG  -pthread -I/usr/local/boost/include -I/usr/local/samtools-0.1.17/include   -o cufflinks -L/usr/local/boost/lib -L/usr/local/samtools-0.1.17/lib  cufflinks.o libcufflinks.a libgc.a -lboost_thread -lbam  -lz 
    /usr/local/boost/lib/libboost_thread.a(thread.o): In function `_ZN5boost2CV23simple_exception_policyItLt1ELt31ENS_9gregorian16bad_day_of_monthEE8on_errorEttNS0_14violation_enumE.clone.79':
    thread.cpp:(.text+0x5d3): undefined reference to `__sync_fetch_and_add_4'
    /usr/local/boost/lib/libboost_thread.a(thread.o): In function `_ZN5boost2CV23simple_exception_policyItLt1400ELt10000ENS_9gregorian8bad_yearEE8on_errorEttNS0_14violation_enumE.clone.96':
    thread.cpp:(.text+0x107b): undefined reference to `__sync_fetch_and_add_4'
    /usr/local/boost/lib/libboost_thread.a(thread.o): In function `_ZN5boost2CV23simple_exception_policyItLt1ELt12ENS_9gregorian9bad_monthEE8on_errorEttNS0_14violation_enumE.clone.97':
    thread.cpp:(.text+0x13df): undefined reference to `__sync_fetch_and_add_4'
    /usr/local/boost/lib/libboost_thread.a(thread.o): In function `_ZN5boost9date_time14microsec_clockINS_10posix_time5ptimeEE11create_timeEPFP2tmPKlS6_E.clone.111':
    thread.cpp:(.text+0x1e3d): undefined reference to `__sync_fetch_and_add_4'
    collect2: ld returned 1 exit status
    make[2]: *** [cufflinks] Error 1
    make[2]:Leaving directory `/usr/local/src/cufflinks-1.0.3/src'
    make[1]: *** [all-recursive] Error 1
    make[1]:Leaving directory `/usr/local/src/cufflinks-1.0.3'
    make: *** [all] Error 2
    What should I do? Wish help! Thanks very much!
    Last edited by aquleaf; 07-29-2011, 07:03 AM.

  • #2
    Help! Does anyone know how to solve the problem?

    Thanks so much in advance.

    Comment


    • #3
      It looks like an issue with the boost install. What is the configure command you are using before initiating the make command?

      Make sure you have a PATH directory folder with PATHdirectory/include/bam and PATHdirectory/lib were the boost files are in include and lib and the samtools bam file is in the bam folder.

      Check my intro thread if you need detailed instructions

      Comment


      • #4
        Instruction has a typo

        I found a type in the manual of compiling cufflinks.
        When building the Boost library, it says

        bjam --prefix=<YOUR_BOOST_INSTALL_DIRECTORY> --toolset=gcc architecture=x86 address_model=64 link=static runtime-link=static stage install

        However, the correct command is here:

        bjam --prefix=<YOUR_BOOST_INSTALL_DIRECTORY> --toolset=gcc architecture=x86 address-model=64 link=static runtime-link=static stage install

        "address_model" is wrong, correctly, "address-model".

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          Yesterday, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        57 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        53 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        45 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X