Prb installation de gphoto

manu -  
 Manu -
Je suis nouvel utilisateur de Linux. J'ai une Mandrake 10.0.
Je cherche à installer Gphoto2-2.1.4 mais j'ai pas réussi.
Ma console me donne le texte suivant :
[root@localhost logiciels]# cd gphoto2-2.1.4
[root@localhost gphoto2-2.1.4]# ls
ABOUT-NLS config.h.in configure.in INSTALL Makefile.in po/
aclocal.m4 config.log COPYING install-sh* missing* README
AUTHORS config.rpath* depcomp* intl/ mkinstalldirs* TODO
ChangeLog config.sub* doc/ m4/ NEWS
config.guess* configure* gphoto2/ Makefile.am packaging/
[root@localhost gphoto2-2.1.4]# make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
[root@localhost gphoto2-2.1.4]#

Les commandes make et make install ne fonctionnent pas. Que puis-je faire ?
Merci de votre réponse

3 réponses

  1. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    Salut,

    Et si tu commençais tout simplement par un :
    ./configure
    Avant de faire ton :
    make

    A moins que le "README" ou "INSTALL" ne disent le contraire...

    ;-))

    Z'@+...che.
    JP : Zen, my Nuggets ! ;-)
    
    0
  2. manu
     
    Ok,

    j'ai tapé la commande ./configure et voila ce que ça me donne :
    [root@localhost gphoto2-2.1.4]# ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... no
    checking for cc... no
    checking for cc... no
    checking for cl... no
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.
    [root@localhost gphoto2-2.1.4]# make
    make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
    [root@localhost gphoto2-2.1.4]#

    Je comprend rien au message. J'ai essayé de taper "make" mais pareil, pas de réponse.

    Peux-tu m'expliquer ?
    Merci
    0
  3. chmod38 Messages postés 598 Statut Membre 23
     
    un petit (en root)
    urpmi make -a
    suive d'un urpmi gcc -a

    et ça devrait mieux aller !

    un ane affamé avance plus vite qu'un lion repu !
    0
    1. Manu
       
      Merci de ta réponse.

      Peux-tu m'expliquer ce que signifie les commandes "urpmi make -a" et "urpmi gcc -a".

      Je ne les ai pas encore saisies, je le ferai ce soir.

      A plus
      0