ccminer-cryptonight
ccminer-cryptonight copied to clipboard
Permission denied error on make
I'm trying to build on OSX 10.10
I run: ./autogen.sh ./configure make
and receive: make[2]: ./install-sh: Permission denied make[2]: *** [cryptonight/.dirstamp] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Running with sudo produces the same error.
Any ideas?
basically you wanna do "chmod +x install-sh" to make the file executable
I've done this but it still will not compile! Anyone find a solution to this?
I've done this but it still will not compile! Anyone find a solution to this?
Your reply is too old i hope if someone other is facing this issue. Try use instead of chmod +x autogen.sh use sudo chmod -R 775 /root/yourcoin Then you will easily compile your code. If any other queries here is my telegram: @cryptodee02