You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: