ccminer-cryptonight icon indicating copy to clipboard operation
ccminer-cryptonight copied to clipboard

Permission denied error on make

Open gsovereignty opened this issue 8 years ago • 3 comments

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?

gsovereignty avatar Aug 29 '16 05:08 gsovereignty

basically you wanna do "chmod +x install-sh" to make the file executable

Croberson12 avatar Sep 12 '16 05:09 Croberson12

I've done this but it still will not compile! Anyone find a solution to this?

milezzz avatar Jul 30 '17 18:07 milezzz

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

shehzad002 avatar Jan 16 '21 00:01 shehzad002