Welcome to the Builder Academy

Question Compiling on Debian Stable

More
21 Sep 2013 17:06 - 21 Sep 2013 18:30 #4341 by dracmas
sh ./configure
troll.ws/paste/b24b3692

cd src
make

gcc -MM *.c > depend
make: execvp: ./licheck: Permission denied
make: *** [.accepted] Error 127

Makefile after being configured:http://troll.ws/paste/c088ebbb
Last edit: 21 Sep 2013 18:30 by dracmas. Reason: added makefile pastebin link

Please Log in or Create an account to join the conversation.

More
21 Sep 2013 19:29 #4342 by Rumble
Replied by Rumble on topic Compiling on Debian Stable
licheck is the license check file. It is created when you compile for the first time. I'm guessing you don't have write permission in the src directory. You can manually create the licheck file to get around it but you might have other problems so I'd check your directory permissions.

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com

Please Log in or Create an account to join the conversation.

More
21 Sep 2013 19:45 #4343 by dracmas
Replied by dracmas on topic Compiling on Debian Stable
Thanks. Wasn't quite sure what licheck was. Easy enough to change permissions after you mentioned what was wrong. Feel kinda stupid for not thinking about it.

sudo chmod -R 777 (directoryname)

Please Log in or Create an account to join the conversation.

Time to create page: 0.185 seconds