Bonjour c'est mon premier post sur ce forum et j'ai un probleme :
Je débute linux (mon ex-systeme : windows XP) et j'ai fais un fichier dans "/home/mathieu" se nommant hello.c :
Code :
- #include <stdio.h>
- int main(void) {
- printf("hello, world\n" );
- return 0;
- }
|
Puis je lance le terminal (sous gnome et j'ai mandrake 10.1) :
---------------------------------------------------
$ gcc
Error : No Input File
---------------------------------------------------
COOL ! Il est installé !
Bon maintenant :
---------------------------------------------------
$ cd /home/mathieu
---------------------------------------------------
Euh !
Petit prob !
Voila pourriez vous m'aidez svp ?
Merci D'avance !
Message édité par Mat000 le 13-08-2006 à 20:25:13