Last time I successfully installed Cufflinks using the option --with-boost=/PATH/TO/BOOST/ROOT when configuring. I give my solution here.
1. get the path to boost root, in which there are at least two dirs: include and lib
2. cd into the dir cufflinks-0.8.1
* type ./configure --with-boost=/PATH/TO/BOOST/ROOT
* type make
* type make install
Let me know if this trial fails.
1. get the path to boost root, in which there are at least two dirs: include and lib
2. cd into the dir cufflinks-0.8.1
* type ./configure --with-boost=/PATH/TO/BOOST/ROOT
* type make
* type make install
Let me know if this trial fails.
Comment