Bonjour,
j'ai essayé de compilé un petit programme c dans linux mais quand j'ai essayé d'éxécuter sa ne marche pas
Code:
1
2
3
4
5 #include <stdio.h> int main() { printf("ça marche!!\n"); }
voila qu'est ce j'ai fait
Code:
1
2
3 [root@localhost exemple]# cc -o comp compi.c [root@localhost exemple]# comp bash: comp: command not found
pourquoi ca ne marche pas