Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Cufflinks on Solaris (compile error)

    I want to install Cufflinks (the latest version 0.8.2) on Solaris 10 server.

    I've already installed Boost C++ libraries Version 1.43.0 on the system. But I faced to the following errors when I compiled Cufflinks.

    Does anyone known how to solve this problem? Cuffliks can work on Solaris system?


    ---- A part of error messages ----

    bash$ make
    all-recursive
    make[1]: Entering directory `/home/user/Cufflinks/cufflinks-0.8.2'
    Making all in src
    make[2]: Entering directory `/home/user/Cufflinks/cufflinks-0.8.2/src'
    if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -Wall -Wno-strict-aliasing -g -gdwarf-2 -m64 -O3 -DNDEBUG -I/home/user/Boost/boost_1_43_0/include -MT clustering.o -MD -MP -MF ".deps/clustering.Tpo" -c -o clustering.o clustering.cpp; \
    then mv -f ".deps/clustering.Tpo" ".deps/clustering.Po"; else rm -f ".deps/clustering.Tpo"; exit 1; fi
    In file included from /home/user/Boost/boost_1_43_0/include/boost/thread/detail/platform.hpp:17,
    from /home/user/Boost/boost_1_43_0/include/boost/thread/thread.hpp:12,
    from /home/user/Boost/boost_1_43_0/include/boost/thread.hpp:13,
    from scaffolds.h:22,
    from abundances.h:21,
    from clustering.h:32,
    from clustering.cpp:10:
    /home/user/Boost/boost_1_43_0/include/boost/config/requires_threads.hpp:47:5: #error "Compiler threading support is not turned on. Please set the correct command line options for threading: -pthread (Linux), -pthreads (Solaris) or -mthreads (Mingw32)”

    --- skip ---


    FYI:

    Boost C++ libraries Version 1.43.0 was installed in /home/user/Boost/boost_1_43_0/ by using the following command.

    bash$ bjam --prefix=/home/user/Boost/boost_1_43_0/ toolset=gcc link=static runtime-link=static stage install

    After that I also configured Cufflinks like this

    bash$ ./configure --prefix=/home/user/Cufflinks/ --with-boost=/home/user/Boost/boost_1_43_0/

  • #2
    Hi, I was trying to install on Nexenta, apparently I have a plenty of other errors not related to threads (system #include and #define instead).
    BTW, I've built boost like this

    Code:
    $ ./bootstrap.sh --prefix=/usr/local
    $ ./bjam --toolset=gcc --build-dir=~/buildboost stage
    $ sudo ./bjam install
    It skips 6 modules (I think python ones).

    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 on Modified Bases...
      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
    39 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    41 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    35 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