We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make[2]: Entering directory '/root/speed/speedseq/src/CNVnator' Compiling with parallel (OpenMP) support g++ -O3 -std=c++11 -DCNVNATOR_VERSION="v0.3.3" -fopenmp -o cnvnator obj/cnvnator.o obj/EXOnator.o obj/HisMak.o obj/AliParser.o obj/Genotyper.o obj/Interval.o obj/Genome.o samtools/libbam.a samtools/htslib-1.3.1/libhts.-lz -L/usr/local/root/lib -lCore -lRIO -lHist -lGraf -lGpad -lTree -lMathCore /usr/bin/ld: skipping incompatible /usr/local/root/lib/libCore.so when searching for -lCore /usr/bin/ld: cannot find -lCore /usr/bin/ld: skipping incompatible /usr/local/root/lib/libRIO.so when searching for -lRIO /usr/bin/ld: cannot find -lRIO /usr/bin/ld: skipping incompatible /usr/local/root/lib/libHist.so when searching for -lHist /usr/bin/ld: cannot find -lHist /usr/bin/ld: skipping incompatible /usr/local/root/lib/libGraf.so when searching for -lGraf /usr/bin/ld: cannot find -lGraf /usr/bin/ld: skipping incompatible /usr/local/root/lib/libGpad.so when searching for -lGpad /usr/bin/ld: cannot find -lGpad /usr/bin/ld: skipping incompatible /usr/local/root/lib/libTree.so when searching for -lTree /usr/bin/ld: cannot find -lTree /usr/bin/ld: skipping incompatible /usr/local/root/lib/libMathCore.so when searching for -lMathCore /usr/bin/ld: cannot find -lMathCore collect2: error: ld returned 1 exit status make[2]: *** [Makefile:59: cnvnator] Error 1 make[2]: Leaving directory '/root/speed/speedseq/src/CNVnator' make[1]: *** [Makefile:139: cnvnator] Error 2 make[1]: Leaving directory '/root/speed/speedseq' make: *** [Makefile:31: all] Error 2 [root@host-10-208-28-170 speedseq]#
What should i do to solve it?Thanks very much.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
make[2]: Entering directory '/root/speed/speedseq/src/CNVnator'
Compiling with parallel (OpenMP) support
g++ -O3 -std=c++11 -DCNVNATOR_VERSION="v0.3.3" -fopenmp -o cnvnator obj/cnvnator.o obj/EXOnator.o obj/HisMak.o obj/AliParser.o obj/Genotyper.o obj/Interval.o obj/Genome.o samtools/libbam.a samtools/htslib-1.3.1/libhts.-lz -L/usr/local/root/lib -lCore -lRIO -lHist -lGraf -lGpad -lTree -lMathCore
/usr/bin/ld: skipping incompatible /usr/local/root/lib/libCore.so when searching for -lCore
/usr/bin/ld: cannot find -lCore
/usr/bin/ld: skipping incompatible /usr/local/root/lib/libRIO.so when searching for -lRIO
/usr/bin/ld: cannot find -lRIO
/usr/bin/ld: skipping incompatible /usr/local/root/lib/libHist.so when searching for -lHist
/usr/bin/ld: cannot find -lHist
/usr/bin/ld: skipping incompatible /usr/local/root/lib/libGraf.so when searching for -lGraf
/usr/bin/ld: cannot find -lGraf
/usr/bin/ld: skipping incompatible /usr/local/root/lib/libGpad.so when searching for -lGpad
/usr/bin/ld: cannot find -lGpad
/usr/bin/ld: skipping incompatible /usr/local/root/lib/libTree.so when searching for -lTree
/usr/bin/ld: cannot find -lTree
/usr/bin/ld: skipping incompatible /usr/local/root/lib/libMathCore.so when searching for -lMathCore
/usr/bin/ld: cannot find -lMathCore
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:59: cnvnator] Error 1
make[2]: Leaving directory '/root/speed/speedseq/src/CNVnator'
make[1]: *** [Makefile:139: cnvnator] Error 2
make[1]: Leaving directory '/root/speed/speedseq'
make: *** [Makefile:31: all] Error 2
[root@host-10-208-28-170 speedseq]#
What should i do to solve it?Thanks very much.
The text was updated successfully, but these errors were encountered: