Probleme de gcc sous mandriva 2008 - Page 2
Résolu
Précédent
- 1
- 2
ce n est pas installe parce que cette command indique ca
[root@localhost ~]# urpmi gcc
Le paquetage gcc-4.2.2-3.1mdv2008.0.i586 est déjà installé
Le paquetage gcc-4.2.2-0.RC.1mdv2008.0.i586 ne peut être installé
[root@localhost ~]#
[root@localhost ~]# urpmi gcc
Le paquetage gcc-4.2.2-3.1mdv2008.0.i586 est déjà installé
Le paquetage gcc-4.2.2-0.RC.1mdv2008.0.i586 ne peut être installé
[root@localhost ~]#
Re,
oui c'est installer
puisque cette commande indique ça
Donc renomme ton fichier tp3.e en tp3.c
oui c'est installer
puisque cette commande indique ça
[root@localhost ~]# whereis gcc&&gcc --version gcc: /usr/bin/gcc4.3-version /usr/bin/gcc3.3-version /usr/bin/gcc4.3 /usr/bin/gcc4.2-version /usr/bin/gcc /usr/lib/gcc gcc (GCC) 4.2.2 20071128 (prerelease) (4.2.2-3.1mdv2008.0) Copyright © 2007 Free Software Foundation, Inc. Ce logiciel est libre; voir les sources pour les conditions de copie. Il n'y a PAS GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.Les fichiers doivent avoir l'extension .c et pas .e
Donc renomme ton fichier tp3.e en tp3.c
mv -v tp3.e tp3.cet ensuite compile comme je t'ai montré
Précédent
- 1
- 2