Problemaes d'installation de programmes

mcgyver -  
galagann Messages postés 6 Statut Membre -
bonjour,

etant novice j'essaie d'installer des programmes sur mon pc mais ca coince tout le temps, pouvez vous me dire ou je commet une erreur svp.je suis sous linux suse 9.3 pro.

MOHUBEAU@linux:~/spacechart-0.9.4> su -c "make install"
Password:
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
MOHUBEAU@linux:~/spacechart-0.9.4> ./configure
creating 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... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for strerror in -lcposix... no
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for main in -libs... no
checking for main in -lm... yes
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
MOHUBEAU@linux:~/spacechart-0.9.4> make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
MOHUBEAU@linux:~/spacechart-0.9.4> su
Password:
linux:/home/MOHUBEAU/spacechart-0.9.4 # make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
linux:/home/MOHUBEAU/spacechart-0.9.4 # install
install: missing file operand
Pour en savoir davantage, faites: « install --help ».
linux:/home/MOHUBEAU/spacechart-0.9.4 # make install
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
linux:/home/MOHUBEAU/spacechart-0.9.4 # su -c "make install"
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
linux:/home/MOHUBEAU/spacechart-0.9.4 #

merci
A voir également:

2 réponses

Utilisateur anonyme
 
ben lis ce que configure t'a dit

configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install

donc il n'a pas pondu les Makefile
0
galagann Messages postés 6 Statut Membre
 
Salux,

La procédure est bien comprise, mais avant de faire un make, il faut vérifier que tout est bien check.
Pas de bol, là il y a une erreur : "configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install".

Le programme te réclame juste d'installer le paquetage : gnome-libs

Galagann

-----
Alionet.org, communauté francophone d'entraide SuSE Linux
0