Hi, I have 2 files : list1.h and list1.c, and I call some functions defined in list1.h in main function of main.c. list1.h is included in both list1.c and main.c. Still i am getting the following error : /test1file/src/main.c undefined reference to function-name The list1.o file is not created. What changes do i need to make to my Makefile in order to remove this error. Regards.
_______________________________________________ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers