Bill-Lancaster a écrit :
> Have been using Gambas for only a short while.
> 
> Having moved to a new computer I get error when installing Gambas
> (gambas2-2.15.2).
> 
> After "make install" the following error occurs  (the previous steps were
> error free)
> 
> /usr/bin/install -c gbx2 /usr/local/bin/gbx2
> 
> /usr/bin/install: cannot create regular file `/usr/local/bin/gbx2':
> Permission denied

you compiled GB as a user and tried to install it in a system path.
 
either compile it into root account (or use fakeroot) to install it 
in a system path, or as a user but change the installation path to 
any directory you're able write to (and make sure that this path is
part of the $PATH env variable to directly access your executable.)

-- 
<Electro> my computer was once one of the building blocks of a great
          pyramid

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to