From owner-freebsd-current@FreeBSD.ORG Sun Oct 1 19:14:14 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF5116A407 for ; Sun, 1 Oct 2006 19:14:14 +0000 (UTC) (envelope-from rmgls@wanadoo.fr) Received: from smtp10.orange.fr (smtp10.orange.fr [193.252.22.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A909943D45 for ; Sun, 1 Oct 2006 19:14:13 +0000 (GMT) (envelope-from rmgls@wanadoo.fr) Received: from smtp-msa-out10.orange.fr (mwinf1002 [172.22.141.24]) by mwinf1010.orange.fr (SMTP Server) with ESMTP id 33E131C03717 for ; Sun, 1 Oct 2006 21:09:10 +0200 (CEST) Received: from wanadoo.fr (ARouen-156-1-47-198.w90-8.abo.wanadoo.fr [90.8.38.198]) by mwinf1002.orange.fr (SMTP Server) with ESMTP id AB52C2400093; Sun, 1 Oct 2006 21:09:06 +0200 (CEST) X-ME-UUID: 20061001190906701.AB52C2400093@mwinf1002.orange.fr To: Gary Jennejohn From: rmgls@wanadoo.fr Date: Sun, 01 Oct 2006 21:08:59 +0200 Sender: rmgls@wanadoo.fr Message-Id: <20061001190906.AB52C2400093@mwinf1002.orange.fr> Cc: freebsd-current@freebsd.org Subject: Re: i4b compile X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 19:14:14 -0000 On Sun, 01 Oct 2006 16:58:39 +0200 Gary Jennejohn wrote >> rmgls@orange.fr writes: >> I try to compile i4b in the kernel, (it does not compile as a module yet). >> >> 1. hints.xx for i4b make an error on "config". >> Perhaps i missed something here! >> >> 2. netgraph.h seems to be dereferenced, on make depend; >> >> 3. even if i include it (a copy) in i4b_ing.c, i obtain: >> > OK, this has nothing to do with compiling - it's a link-time failure. > You obvioulsy are not including the required netgraph module in you kernel > configuration. > Unless you are 100% certain that you absolutely must have i4bing in your > kernel I suggest just deleting it. That would be the easiest solution. > Otherwise figure out which netgraph module you need and add it. Thanks, thats work find. best regards Raoul rmgls@orange.fr