[Gambas-user] Error with 'make install' in Gambas 1.9.45
Ron Onstenk
ronstk at ...239...
Sun Oct 29 11:01:59 CET 2006
On Sunday 29 October 2006 10:55, Andrea Grandi wrote:
> Hi,
>
> I was trying to install the latest version of Gambas (1.9.45). No
> problemi with ./configure or with make, but running 'make install' I
> get this:
>
> andy80 at ...1008...:~/download/gambas2-1.9.45$ make install
> Making install in main
>
You should do the install as root when you do not use --prefix
to your owned directory.
> usr/bin/install -c gbx2 /usr/local/bin/gbx2
> /usr/bin/install: cannot remove `/usr/local/bin/gbx2': Permission denied
This directory is owned by root.
use 'su', 'kdesu' or gnome equivalent or login as root for the final install.
Ron
More information about the User
mailing list