Hello Hebert,

The problem is that you must install with superuser permissions. For example by:
$ sudo make install
(It will ask YOUR password, if you are a user in the sudoer's list)

or you can change to root with:
$ su
(It will ask root password).
# make install

I see that you have tried with a user root, but the prompt still is a '$' and not a '#'.  That is strange, I would say that you have a user named root, but not from group 0 (superadmin).

You can also login as root and then cd to /home/hebert/Instaladores/gretl-1.7.9 and issue make install from there.

There is also the possibility of making a local install, by using for example:
hebert@hebert-desktop:~/Instaladores/gretl-1.7.9$ ./configure --prefix=$HOME

Then make install will work.

Hope that this help.

Bye,
Hélio Guilherme


Hebert Suarez Cahuana wrote:


root@hebert-desktop:/home/hebert/Instaladores/gretl-1.7.9$ make install
....
cp: no se puede borrar «/usr/local/share/gretl/db/fedstl.bin»: Permiso denegado
make[2]: *** [install] Error 1
make[2]: se sale del directorio `/home/hebert/.local/share/Trash/files/gretl-1.7.9/share/bcih'
make[1]: *** [install] Error 2
make[1]: se sale del directorio `/home/hebert/.local/share/Trash/files/gretl-1.7.9/share'
make: *** [install] Error 2

hebert@hebert-desktop:~/Instaladores/gretl-1.7.9$ gretl
bash: /usr/bin/gretl: No existe el fichero ó directorio
hebert@hebert-desktop:~/Instaladores/gretl-1.7.9$


Wich is the problem?  Help me please.

Hebert Suarez Cahuana

Universidad Nacional de San Agustin

Peru