> how do I configure the Makefile for him to compile the new file .c ? > thank you In the src/ directory, edit the Makefile.am file. There's a list with (among others) main.c, support.c etc. Insert a new line with your .c file, take care: - it has to start with a TAB - end it with the continuation mark \ at the END of the line John