From owner-freebsd-hackers Tue Jun 12 0:32:55 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from alacran.it.uc3m.es (alacran.it.uc3m.es [163.117.139.44]) by hub.freebsd.org (Postfix) with ESMTP id AB75037B403 for ; Tue, 12 Jun 2001 00:32:50 -0700 (PDT) (envelope-from jrh@it.uc3m.es) Received: from it.uc3m.es (localhost [127.0.0.1]) by alacran.it.uc3m.es (8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) with ESMTP id f5C7Xxp02556 for ; Tue, 12 Jun 2001 09:33:59 +0200 X-Authentication-Warning: alacran.it.uc3m.es: Host localhost [127.0.0.1] claimed to be it.uc3m.es Message-ID: <3B25C5E7.39FEC964@it.uc3m.es> Date: Tue, 12 Jun 2001 09:33:59 +0200 From: Juan Fco Rodriguez Hervella X-Mailer: Mozilla 4.74 [es] (X11; U; Linux 2.4.3 i686) X-Accept-Language: en MIME-Version: 1.0 To: Lista Subject: New c file under netinet6/ is not compiled, help Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 need to do to force this new .c under /netinet6 to compile ? Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message