Error installing Velvet assembler on Mac OS X
1
0
Entering edit mode
8.4 years ago
iferroci • 0

Hi there,

I'm trying to install on my MacOSX 10.10.5 Velvet assembler.

I downloaded the folder unzipped then when I run make it say all this errors:

1 warning generated.
gcc -Wall -m64 -O3  -o velveth obj/tightString.o obj/run.o obj/recycleBin.o obj/splay.o obj/splayTable.o obj/readSet.o obj/binarySequences.o obj/utility.o obj/kmer.o obj/kmerOccurenceTable.o obj/autoOpen.o -lz -lm
gcc -Wall -m64 -O3  -o velvetg obj/tightString.o obj/graph.o obj/run2.o obj/fibHeap.o obj/fib.o obj/concatenatedGraph.o obj/passageMarker.o obj/graphStats.o obj/correctedGraph.o obj/dfib.o obj/dfibHeap.o obj/recycleBin.o obj/readSet.o obj/binarySequences.o obj/shortReadPairs.o obj/scaffold.o obj/locallyCorrectedGraph.o obj/graphReConstruction.o obj/roadMap.o obj/preGraph.o obj/preGraphConstruction.o obj/concatenatedPreGraph.o obj/readCoherentGraph.o obj/utility.o obj/kmer.o obj/kmerOccurenceTable.o obj/allocArray.o obj/autoOpen.o -lz -lm

Some suggestion on how to fix it?

Assembly velvet • 2.7k views
ADD COMMENT
3
Entering edit mode
8.4 years ago
Michael 54k

There's no error here, just the compiler calls make generates, so nothing to fix. To have some warnings when compiling -Wall (with all warnings turned on) is quite normal. after running make, run `make test` or `make check` to run tests of the binaries.

ADD COMMENT

Login before adding your answer.

Traffic: 2555 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