[RISOLTO]Installazione GnomeRAR
Inviato: martedì 13 marzo 2007, 0:41
Ragazzi ho provato ad installare GnomeRar per avere un'interfaccia grafica per decomprimere i file rar. Ho letto il file INSTALL che indica che per installare il software si devono eseguire dei comandi da shell. Appena inserisco ./configure mi restituisce questo messaggio che mi lascia intendere che manca qualcosa 
Ovviamente non si installa quando gli do in pasto il "make" ...
Che si può fare?
Codice: Seleziona tutto
xxxx@xxxx:~/Desktop/gnomerar-0.5.0$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
....
e questo è il make successivo
....
xxxx@xxxx:~/Desktop/gnomerar-0.5.0$ make
make: *** No targets specified and no makefile found. Stop.
Che si può fare?