Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 13/11/2006, à 00:17

gdubol

Installation de mail-notification --> pb avec make

Bonjour,

Je voudrais installer "mail-notification", mais la commande "#./configure" indique "make" est absent.
Comment est-ce que je peux l'installer ?
Je précise que je suis vraiment noob pour les installations de programme sous Linux...

root@kubuntu:/home/xxxxxx/soft_unzip/mail-notification-3.0# ls
acinclude.m4  config.guess  data                 intltool-update.in  missing                tests
aclocal.m4    config.h.in   depcomp              libtool             mkinstalldirs          TODO
aml.make      config.log    help                 ltmain.sh           NEWS                   TRANSLATING
art           config.sub    INSTALL              m4                  po                     ui
AUTHORS       configure     install-sh           Makefile.am         README
autogen.sh    configure.ac  intltool-extract.in  Makefile.autogen    src
compile       COPYING       intltool-merge.in    Makefile.in         sylpheed-locking.diff

root@kubuntu:/home/xxxxxx/soft_unzip/mail-notification-3.0# ./configure
checking for prefix by checking for gnome-open... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
etc...

Merci pour votre aide !

Dernière modification par gdubol (Le 13/11/2006, à 00:17)

Hors ligne

#2 Le 13/11/2006, à 00:58

gpernot

Re : Installation de mail-notification --> pb avec make

il faut installer le paquet 'make'

apt-get install make

guillaume pernot
http://www.praksys.org

Hors ligne

#3 Le 13/11/2006, à 22:55

gdubol

Re : Installation de mail-notification --> pb avec make

salut

un problème après l'autre !!! maintenant j'ai un pb avec make install ???
les instructions d'install sont pourtant standards :
Mail Notification uses the GNU build system. Hence, the
    following usual sequence will probably satisfy most users:

        $ ./configure
        $ make
        <get root privileges, if needed>
        $ make install

Voici une copie de ma console :

root@kubuntu:/home/xxxx/soft_unzip/mail-notification-3.0# make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.

root@kubuntu:/home/xxxx/soft_unzip/mail-notification-3.0# apt-get install make
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
make est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

root@kubuntu:/home/xxxx/soft_unzip/mail-notification-3.0# make install
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.

Ben voilà, je bloque là maintenant ???

Hors ligne

#4 Le 13/11/2006, à 23:14

gpernot

Re : Installation de mail-notification --> pb avec make

si le ./configure n'a pas créé le Makefile, c'est qu'il a chié en route...


guillaume pernot
http://www.praksys.org

Hors ligne

#5 Le 19/11/2006, à 22:07

dchsoft

Re : Installation de mail-notification --> pb avec make

cool
.... et un petit 'sudo apt-get install mail-notification' serait probablement + efficace, non ?