I successfully completed the following codes:
cd srcmake
Bu when typing make install, I got the following error:
$make installmv baseprog convertf mergeit pca eigensrc/pcatoy eigensrc/smartrel eigensrc/smarteigenstrat eigensrc/twstats eigensrc/eigenstrat eigensrc/eigenstratQTL eigensrc/smartpca smartpca ../binmv: will not overwrite just-created ../bin/smartpca with smartpcamake: *** [install] Error 1
It seems this was trying to move two same "smartpca" to the "/bin" folder and cause the problem. Could you help me with this install step? Thank you.
Hello,
I successfully completed the following codes:
cd src
make
Bu when typing
make install
, I got the following error:$make install
mv baseprog convertf mergeit pca eigensrc/pcatoy eigensrc/smartrel eigensrc/smarteigenstrat eigensrc/twstats eigensrc/eigenstrat eigensrc/eigenstratQTL eigensrc/smartpca smartpca ../bin
mv: will not overwrite just-created ../bin/smartpca with smartpca
make: *** [install] Error 1
It seems this was trying to move two same "smartpca" to the "/bin" folder and cause the problem. Could you help me with this install step? Thank you.