Cufflinks installation error
1
0
Entering edit mode
6.5 years ago
saj98 ▴ 140

Hello everyone

I am trying to install cufflinks, which I downloaded from the source. I run the command configure as follow

~/Downloads/cufflinks-2.2.1.Linux_x86_64$ configure --prefix=/path/to/cufflinks/install --with-boost=/path/to/boost --with-eigen=/path/to/eigen

so configure did not give error. Then I run

~/Downloads/cufflinks-2.2.1.Linux_x86_64$ make --prefix=/path/to/cufflinks/install --with-boost=/path/to/boost --with-eigen=/path/to/eigen

the make command gave me the following error message

make: unrecognized option '--prefix=/path/to/cufflinks/install
make: unrecognized option '--with-boost=/path/to/boost'
make: unrecognized option '--with-eigen=/path/to/eigen'
Usage: make [options] [target] ...`

I appreciate your help and time

software error • 3.1k views
ADD COMMENT
3
Entering edit mode

Why are you insisting to install from source when you are running into difficulties (this is the third or fourth thread you have posted about cufflinks install errors). Just get the appropriate pre-compiled binary from the page above and go on with the analysis.

ADD REPLY
0
Entering edit mode

Sorry, I did not mean to bother you.

ADD REPLY
2
Entering edit mode

There is no bother. Downloading the pre-compiled binary (if needed, adding execute permissions e.g. chmod a+r cufflinks will allow you to start the actual analysis. I hope you are using actual paths on your server instead of the "/path_to" entries, right?

ADD REPLY
2
Entering edit mode

Please validate your past threads (upvote or accept answers if the suggestions have worked for you). Just saying (C: samtools installation errors ) does not indicate if the problem was solved.

ADD REPLY
0
Entering edit mode

It worked for me thank you.

ADD REPLY
0
Entering edit mode

If the answer below has worked for you then do you see the "green check mark" below the vote count for that answer you should check that to "accept" the answer. That provides closure to this thread marking it "solved".

ADD REPLY
1
Entering edit mode
6.5 years ago
fishka ▴ 30

Hi,

it is specified rather obviously here

You run ./configure with parameters —prefix, etc. But make and make install (possibly with sudo) without any parameters.

ADD COMMENT

Login before adding your answer.

Traffic: 2085 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6