![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ask for help on soap | xujie | De novo discovery | 0 | 12-13-2010 07:30 AM |
soap | semna | Bioinformatics | 0 | 12-02-2010 12:53 AM |
SAM to SOAP | bioenvisage | Bioinformatics | 2 | 09-24-2010 12:48 AM |
SOAP: short oligonucleotide alignment program. | ECO | Bioinformatics | 22 | 10-26-2009 02:55 PM |
how to use soap? | lemon027 | Bioinformatics | 9 | 10-29-2008 08:47 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: USA Join Date: Aug 2014
Posts: 33
|
![]()
Hi everyone,
I just typed 'make' to install SOAP, but I got this error. main.c ![]() collect2: error: ld returned 1 exit status make: *** [SOAPdenovo-63mer] Error 1 Any help? Thanks! |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: San Francisco, CA Join Date: Feb 2011
Posts: 286
|
![]()
Just get the binaries instead of the source code
|
![]() |
![]() |
![]() |
#3 |
Junior Member
Location: SF Bay Area Join Date: Nov 2014
Posts: 1
|
![]()
On my ubuntu system pregraph_sparse.cpp was failing to compile because the includes for getopt and usleep were missing. I added them to the SOAPdenovo2-src-r240/sparsePregraph/inc/stdinc.h file so they would get included other places if needed as well and then compilation finished fine for me.
Specifically in file SOAPdenovo2-src-r240/sparsePregraph/inc/stdinc.h I have: ... #include <pthread.h> #include <getopt.h> /* added to find getopt functions */ #include <unistd.h> /* added to find usleep, may be different on your system */ using namespace std; Probably too late to help original post but maybe help other folks in the future as google points to this post. |
![]() |
![]() |
![]() |
#4 |
Member
Location: Brazil_Bahia_Ilheus Join Date: Dec 2015
Posts: 12
|
![]()
Thanks for the tip chuckcode.
It worked perfectly! |
![]() |
![]() |
![]() |
Tags |
soap |
Thread Tools | |
|
|