Re: New c file under netinet6/ is not compiled, help

2001-06-12 Thread Peter Pentchev
On Tue, Jun 12, 2001 at 09:33:59AM +0200, Juan Fco Rodriguez Hervella wrote: > Hi: > > I am trying to create a new option into the KERNEL, but > I dont have experience on it, and when the "make" try to link > the *.o files, it is showed an undefined reference to > a function that is implemented i

Re: New c file under netinet6/ is not compiled, help

2001-06-12 Thread Drew Eckhardt
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >I have included the "opt_xxx.h" in this c file, >What does I need to do to force this new .c under /netinet6 >to compile ? Add an appropriate entry to /usr/src/sys/conf/files To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubsc

New c file under netinet6/ is not compiled, help

2001-06-12 Thread Juan Fco Rodriguez Hervella
Hi: I am trying to create a new option into the KERNEL, but I dont have experience on it, and when the "make" try to link the *.o files, it is showed an undefined reference to a function that is implemented in a .c that is not compiled. I have included the "opt_xxx.h" in this c file, What does I