comprna/RATTLE

many error when run make (such as undefined reference...)

huangziyan11111 opened this issue · 1 comments

error.txt

something is wrong when run this code during make:
/psd/soft/gcc-9.1.0/bin/g++ -o rattle -Wall -Wextra -Wno-unused-but-set-variable -Wno-sign-compare -Wno-unused-variable -Wno-unused-parameter -std=c++14 -O3 -pthread -Ispoa/include main.cpp fasta.o cluster.o utils.o kmer.o similarity.o correct.o spoa/build/lib/libspoa.a

The error information please see error.txt.
Could you help me to solve?

recompile spoa and change c++14 to c++11 can solve this problem