Hello,
I am not being able to install SweeD in my Linux system. I cloned the repostiory from github and used the command make -f Makefile.gcc to install SweeD. However I am getting the following error message:
/usr/bin/ld: SweeD_CLR.o:/Tools/sweed/SweeD.h:128: multiple definition of ``VCF_header_lines'; SweeD.o:/Tools/sweed/SweeD.h:128: first defined here
/usr/bin/ld: SweeD_CLR.o:/Tools/sweed/SweeD.h:127: multiple definition of ``ploidy'; SweeD.o:/Tools/sweed/SweeD.h:127: first defined here
/usr/bin/ld: SweeD_CLR.o://Tools/sweed/SweeD.h:126: multiple definition of borderTol'; ```SweeD.o:/Tools/sweed/SweeD.h:126: first defined here
/usr/bin/ld: SweeD_CLR.o:/Tools/sweed/SweeD.h:124: multiple definition of linkage_disequilibrium'; SweeD.o:/Tools/sweed/SweeD.h:124: first defined here
/usr/bin/ld: SweeD_CLR.o:/Tools/sweed/SweeD.h:122: multiple definition of ``bits_in_16bits'; SweeD.o:/Tools/sweed/SweeD.h:122: first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile.gcc:17: SweeD] Error 1
`
Hope you would help me rectify the error.
Thanks in advance!
Hello,
I am not being able to install SweeD in my Linux system. I cloned the repostiory from github and used the command
make -f Makefile.gccto install SweeD. However I am getting the following error message:/usr/bin/ld: SweeD_CLR.o:/Tools/sweed/SweeD.h:128: multiple definition of ``VCF_header_lines';SweeD.o:/Tools/sweed/SweeD.h:128: first defined here/usr/bin/ld: SweeD_CLR.o:/Tools/sweed/SweeD.h:127: multiple definition of ``ploidy'; SweeD.o:/Tools/sweed/SweeD.h:127: first defined here/usr/bin/ld: SweeD_CLR.o://Tools/sweed/SweeD.h:126: multiple definition ofborderTol'; ```SweeD.o:/Tools/sweed/SweeD.h:126: first defined here/usr/bin/ld: SweeD_CLR.o:/Tools/sweed/SweeD.h:124: multiple definition oflinkage_disequilibrium';SweeD.o:/Tools/sweed/SweeD.h:124: first defined here/usr/bin/ld: SweeD_CLR.o:/Tools/sweed/SweeD.h:122: multiple definition of ``bits_in_16bits'; SweeD.o:/Tools/sweed/SweeD.h:122: first defined herecollect2: error: ld returned 1 exit statusmake: *** [Makefile.gcc:17: SweeD] Error 1`
Hope you would help me rectify the error.
Thanks in advance!