make all-recursive

sousou_

Membre enregistré
22 Octobre 2009
3
0
J'essaie d'installer un logiciel mais losque j'exécute le make j'obtiens

Bloc de code:
make  all-recursive
Making all in src
Making all in include
make[3]: Nothing to be done for `all'.
Making all in lib
make[3]: Nothing to be done for `all'.
Making all in bin
make[3]: Nothing to be done for `all'.
Making all in test
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.

Auriez vous une idée pour m'aider plz? je suis bloquée

---------- Nouveau message ajouté à 13h53 ---------- Le message précédent a été envoyé à 13h44 ----------

la suite.. pour make install j'obtiens

Bloc de code:
Making install in src
Making install in include
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include" || ../.././install-sh -c -d "/usr/local/include"
mkdir: /usr/local: Permission denied
mkdir: /usr/local: No such file or directory
make[3]: *** [install-nobase_includeHEADERS] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1


---------- Nouveau message ajouté à 14h05 ---------- Le message précédent a été envoyé à 13h53 ----------

bon j'ai trouvé la solution.. il faut faire sudo!!!!!