Compilation sous linux

Fermé
sarah_yannis - 24 nov. 2009 à 02:16
arth Messages postés 9374 Date d'inscription mardi 27 septembre 2005 Statut Contributeur Dernière intervention 16 décembre 2016 - 24 nov. 2009 à 02:27
Bonjour
quand je compile un projet fait avec Qt desiger dans le terminal j'affronte cette erreur
root@ubuntu:/home/administrateur# cd defi
root@ubuntu:/home/administrateur/defi# qmake -project
root@ubuntu:/home/administrateur/defi# qmake
root@ubuntu:/home/administrateur/defi# make
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 -o domar.o domar.cpp
make: g++: Command not found
make: *** [domar.o] Error 127
je suis coincée si quelqu'un m'aide je serai vraiment reconnaissante!!!
A voir également:

1 réponse

arth Messages postés 9374 Date d'inscription mardi 27 septembre 2005 Statut Contributeur Dernière intervention 16 décembre 2016 1 291
24 nov. 2009 à 02:27
g++ => Command not foud

Installe les paquets gpp cpp gcc etc les paquets nécessaires au développement.
0