<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV>I have 2 files : list1.h and list1.c, and I call some functions defined in list1.h in main function of main.c. <BR>list1.h is included in both list1.c and main.c.<BR>Still i am getting the following error :</DIV>
<DIV>/test1file/src/main.c undefined reference to function-name</DIV>
<DIV> </DIV>
<DIV>The list1.o file is not created. What changes do i need to make to my Makefile in order to remove this error.</DIV>
<DIV> </DIV>
<DIV>Regards.</DIV></td></tr></table><br>