- Code: Select all
papa@debian:~/games/fortune/fortune$ make
gcc -O2 -DFORTDIR=\"/home/p/papa/games\" -o fortune -I../strfile \
-I/usr/include/bsd fortune.c -lbsd
cc1: error: /usr/local/include/i486-linux-gnu: Permission denied
cc1: error: /usr/local/include: Permission denied
make: *** [fortune] Error 1
Sure enough, I don't have read permission for /usr/local (actually, no read permission for /home/0/private/LINK/local, which /usr/local links to). It seems like I should have permission to the include directory in order for the compiler to work. Can this problem be corrected, please?