Skip to content
New issue

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

Unable to "make install" #65

Open
ghost opened this issue Jun 4, 2021 · 1 comment
Open

Unable to "make install" #65

ghost opened this issue Jun 4, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 4, 2021

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.

@MatthewMah
Copy link
Contributor

This looks like a Makefile issue. Please pull the latest changes to see if this is fixed by 09ed563.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant