nn ho capito l'utilità del make file
io adesso ho 2 file
faccio i .o con gcc -c nomefile.c
poi gcc -o nome1.o nome2.o
ma dice:
shell_05042006_2125.o: In function `main':
shell_05042006_2125.c.text+0x186): undefined reference to `parser'
shell_05042006_2125.c.text+0x1f7): undefined reference to `last'
shell_05042006_2125.c.text+0x25a): undefined reference to `last'
shell_05042006_2125.c.text+0x272): undefined reference to `sposta_parametri'
shell_05042006_2125.c.text+0x291): undefined reference to `output'
shell_05042006_2125.c.text+0x2aa): undefined reference to `input'
collect2: ld returned 1 exit status
ho fatto il .h del file dove c sono le funzioni .. ma nada..