Bonjour,
J'ai téléchargé un logiciel au format .tar.bz2 il s'agit de gnutella-1.1.1 car yum m'installe la 1.0.0.1 et je voudrais la dernière car apparament beaucoup de bugs ont été corrigés.
J'extrait le dossier, je lance une console et me place dedans avec cd. Je tape :
$ bash configure -d
J'ai plein de lignes puis : Which compiler (yacc) shall i use? Je tape "gcc" puis plein de lignes encore et cela fini comme ça :
----------------------------------------
Checking for iconv()... found.
Checking whether '-mieee' should be used... no.
Checking whether '-pipe' is accepted by cc... yes.
End of configuration questions.
Feature Summary (Version 1.1.1):
-------------------------------------------------
GLib version : glib-2.x
GUI front-end : GTK2
GnuTLS support : no
NLS (Native Language Support) : yes
Fast assertions : yes
DBus support (experimental) : no
Remote Shell Interface (deprecated): no
-------------------------------------------------
ERROR: Cannot compile against GLib. Library or header files might be missing.
ADVICE: Run "yum install glib2-devel".
ERROR: Cannot compile against zlib. Library or header files might be missing.
ADVICE: Run "yum install zlib-devel".
ERROR: Cannot compile against Gtk+. Library or header files might be missing.
ADVICE: Run "yum install gtk2-devel".
If you need help to resolve the compile problem, please send a mail to
gtk-gnutella-devel (at) lists.sourceforge.net
or submit a bug report here:
http://sourceforge.net/tracker/?atid=104467&group_id=4467&func=browse
You might also want to have a look at the README files in advance.
--------------------------------------
Comment puis-je installer ce logiciel en .tar.bz2? Lorsque je fais ./configure dans le dossier extrait cela me renvoie :
bash: ./configure: No such file or directory
Un ls dans le dossier donne :
[user@pc-chambre gtk-gnutella-1.1.1]$ ls
AUTHORS Configure extra_files install.SH makensis.sh osx README.Debian src version
build.sh cygwin GEO_LICENSE Jmakefile MANIFEST pixmaps README.Windows TODO
ChangeLog debian gtk-gnutella.nsi LICENSE mingw po README.xmingw U
config_h.SH doc gtk-gnutella_spec.SH Makefile.SH mkdep README scripts UU
Par avance, merci.