Problème codeblocks

Résolu
dim35 Messages postés 12 Statut Membre -  
Bilow Messages postés 1193 Statut Membre -
Bonjour,
J'ai un problème sur code blocks pour compiler quand je clic sur build and run il me met "It seems that this project has not been built yet.
Do you want to build it now?" quand je clic oui il me met :

-------------- Build: Debug in test ---------------

Linking console executable: bin/Debug/test
/bin/sh: g++: not found
Process terminated with status 127 (0 minutes, 0 seconds)
0 errors, 0 warnings

et quand je clic non il ouvre une console avec écrit:

sh: /home/dimitri/Document/code/test/bin/Debug/test: not found

Press ENTER to continue.

C'est un programme en langage C et je suis sous ubuntu 9.04 jaunty jackalope
A voir également:

2 réponses

jipicy Messages postés 41342 Statut Modérateur 4 896
 
Salut,

/bin/sh: g++: not found
sudo aptitude install g++
Non ?
8
Bilow Messages postés 1193 Statut Membre 117
 
Merci beaucoup ! C'est parfait !!!
0
dim35 Messages postés 12 Statut Membre 6
 
oui c'est bien ça merci
0