Hello,
I have tried these steps http://seqanswers.com/forums/showthr...?t=4589&page=3.
However, cufflinks 2 installation doesn't work. I tried all 3 verions of Boost 1.47 to 1.49.
We are running RHEL5.4
Linux 2.6.18-194.11.4.el5 #1 SMP Fri Sep 17 04:57:05 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
The boost configure is
./bjam --prefix=$HOME/local --toolset=gcc architecture=x86 link=static runtime-link=static stage install
The cufflinks configure is
./configure --prefix=$HOME/local --with-boost=$HOME/local --with-bam=$HOME/local --with-eigen=$HOME/local
The error is
libcufflinks.a(assemble.o):/home/atd/local/include/boost/thread/tss.hpp:84: more undefined references to `boost::detail::get_tss_data(void const*)' follow
collect2: ld returned 1 exit status
make[2]: *** [cufflinks] Error 1
make[2]: Leaving directory `/home/atd/tmp/cufflinks-2.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/atd/tmp/cufflinks-2.0.0'
make: *** [all] Error 2
Please help me.
Thank you.
Andy
I have tried these steps http://seqanswers.com/forums/showthr...?t=4589&page=3.
However, cufflinks 2 installation doesn't work. I tried all 3 verions of Boost 1.47 to 1.49.
We are running RHEL5.4
Linux 2.6.18-194.11.4.el5 #1 SMP Fri Sep 17 04:57:05 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
The boost configure is
./bjam --prefix=$HOME/local --toolset=gcc architecture=x86 link=static runtime-link=static stage install
The cufflinks configure is
./configure --prefix=$HOME/local --with-boost=$HOME/local --with-bam=$HOME/local --with-eigen=$HOME/local
The error is
libcufflinks.a(assemble.o):/home/atd/local/include/boost/thread/tss.hpp:84: more undefined references to `boost::detail::get_tss_data(void const*)' follow
collect2: ld returned 1 exit status
make[2]: *** [cufflinks] Error 1
make[2]: Leaving directory `/home/atd/tmp/cufflinks-2.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/atd/tmp/cufflinks-2.0.0'
make: *** [all] Error 2
Please help me.
Thank you.
Andy
Comment