Compilé un programe. besoin d'aide SVP
Résolu/Fermé
kami
-
3 sept. 2010 à 23:21
dsy73 Messages postés 9252 Date d'inscription dimanche 22 août 2010 Statut Contributeur Dernière intervention 23 octobre 2020 - 4 sept. 2010 à 09:26
dsy73 Messages postés 9252 Date d'inscription dimanche 22 août 2010 Statut Contributeur Dernière intervention 23 octobre 2020 - 4 sept. 2010 à 09:26
A voir également:
- Compilé un programe. besoin d'aide SVP
- Compiler plusieurs pdf en un seul - Guide
- Programer un message sur iphone - Guide
- Erreur automation référence future non valide ou référence à un type non compilé - Forum VB / VBA
- Programe tv ce soir - Forum Cinéma / Télé
- Le fichier source n'a pas encore été compilé dev c++ - Forum C
2 réponses
dsy73
Messages postés
9252
Date d'inscription
dimanche 22 août 2010
Statut
Contributeur
Dernière intervention
23 octobre 2020
2 483
3 sept. 2010 à 23:48
3 sept. 2010 à 23:48
tape juste les commandes suivantes (le prefix est inutile) :
./configure
make
make install
./configure
make
make install
Bonsoir,
alors quand je fais le ./configure tout a l'aire ok mais quand je fais le make il me dit
"Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt."
en grose cela donne ca.
kami@ubuntu:~$ cd qtractor
kami@ubuntu:~/qtractor$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in '/home/alex/q':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See 'config.log' for more details.
kami@ubuntu:~/qtractor$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
kami@ubuntu:~/qtractor$ make install
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
kami@ubuntu:~/qtractor$
alors quand je fais le ./configure tout a l'aire ok mais quand je fais le make il me dit
"Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt."
en grose cela donne ca.
kami@ubuntu:~$ cd qtractor
kami@ubuntu:~/qtractor$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in '/home/alex/q':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See 'config.log' for more details.
kami@ubuntu:~/qtractor$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
kami@ubuntu:~/qtractor$ make install
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
kami@ubuntu:~/qtractor$
dsy73
Messages postés
9252
Date d'inscription
dimanche 22 août 2010
Statut
Contributeur
Dernière intervention
23 octobre 2020
2 483
4 sept. 2010 à 09:26
4 sept. 2010 à 09:26
Je crois au contraire que le configure a eu une erreur, peux-tu stp afficher le fichier "config.log" ou du moins la partie (souvent la fin) qui indique des erreurs.
4 sept. 2010 à 00:24
aussi avant de téléchargé les source et de compilé toit même vérifie si le logiciel estprésent dans les dépot, ça te faciliterais grandement la tache ;-)