On Nov 24, 2010, at 9:07 PM, Nathan Alloy wrote:
> ...
> Finally, when I try to install I get an error:
> ~/fltk-1.3.x-r7876/:$ make install
> install: /usr/local/bin/fltk-config: Permission denied
> make: *** [install] Error 71
> 
> What exactly does Permission denied mean in this case, and what can I do to 
> fix this error?


You need to be "root" to install to /usr/local. Just add "sudo" to the front, 
e.g.:

    sudo make install

________________________________________
Michael Sweet, Easy Software Products

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to