Problème avec ./configure

informapierre -  
jeanbi Messages postés 15397 Statut Contributeur -
Bonjour,
J'ai deux programes à installer qui ont pour extension .sh.
Je me suis renseigner et j'ai essayer mais je bloque à ./configure
Voilà ce que sa me marque :
[kramer@localhost baghira-0.8]$ ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for kde-config... not found
configure: error: The important program kde-config was not found!
Please check whether you installed KDE correctly.


Merci de m'aider par ce que je debute en linux :D

1 réponse

jeanbi Messages postés 15397 Statut Contributeur 2 184
 
bonjour,
pourtant c'est ecrit !
checking for kde-config... not found
configure: error: The important program kde-config was not found!
Please check whether you installed KDE correctly.

il faut l'environnement kde pour ton programme .
de plus on ne compile qu'en dernier ressort , sous mandriva on se sert de urpmi pour installer une logiciel .
a+
0