Fatal error: can't create Env.o: Permission denied
Awaiting user inputI get an error with command make. below is the error
g++ -m64 -fPIC -O -I../../include -c ../cpp/Env.cpp
Assembler messages:
Fatal error: can't create Env.o: Permission denied
make: *** [Makefile:11: Env.o] Error 1
0
-
Hi,
This means that you don't have write permissions in your directory.
Either re-run the command as sudo, or move this folder to somewhere where you have read permissions.Cheers,
David0
Please sign in to leave a comment.
Comments
1 comment