> I'm a newbie to computer programming and using terminal, so I
> apologize if my problem has a simple solution.
>
> I am using a 64-bit Mac running Snow Leopard (10.6.5) and am
> having trouble building FLTK. I have read many threads about
> problems building with Snow Leopard, and I am a quite lost as
> to what to do.
>
> I am trying to build fltk 1.3.x-r7876 and here is what is
> happening. The configure and make commands seems to run with
> no problems, but when I try to install then I get an error
> 71, permission denied.
> 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?
It means that you are trying to write files into a protected (i.e.
system) location, and you do not have the necessary access rights - you
may be able to do this via the "sudo" command, i.e. prepend the make
install invocation with sudo, like this:
sudo make install
It will then challenge you to enter a password to prove you are
authorized, then do the installation.
But... Why do you want to install? Fltk-1.3 is still not officially
released, AND is designed to work correctly from the build dir anyway,
so there is no need to do an install, and until the release is
considered stable I'd actually caution against doing the install.
So, ask yourself if you really need to install. I suspect that you do
not.
SELEX Galileo Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14
3EL
A company registered in England & Wales. Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev