From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 13:27:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D113016A4CE for ; Thu, 6 Nov 2003 13:27:28 -0800 (PST) Received: from mail02.oldskool.com (grepster.com [209.164.10.236]) by mx1.FreeBSD.org (Postfix) with SMTP id 098C943FE0 for ; Thu, 6 Nov 2003 13:27:28 -0800 (PST) (envelope-from spidey@oldskool.com) Received: (qmail 6207 invoked from network); 6 Nov 2003 21:12:18 -0000 Received: from grepster.com (HELO mail02.oldskool.com) (209.164.10.236) by mail02.oldskool.com with SMTP; 6 Nov 2003 21:12:18 -0000 Received: from 216.237.145.172 (SquirrelMail authenticated user spidey) by mail02.oldskool.com with HTTP; Thu, 6 Nov 2003 13:12:18 -0800 (PST) Message-ID: <15502.216.237.145.172.1068153138.squirrel@mail02.oldskool.com> Date: Thu, 6 Nov 2003 13:12:18 -0800 (PST) From: "Jason Burris" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: make dev problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 21:27:28 -0000 I'm new to FreeBSD so please bear with me if I ask a dumb question. I need to compile a kernel with IPFW on a remote machine running FreeBSD4.7. I followed the steps listed at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html In my COMPUTERNAME config file I've add the following three lines to the end for IPFW: options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_DEFAULT_TO_ACCEPT And I changed this line, which I read was necessary: ident COMPUTERNAME I'm able to run: /usr/sbin/config COMPUTERNAME cd ../../compile/COMPUTERNAME When I run make depend Everything runs fine until it dies with the error: make: don't know how to make iconv.h. Stop*** Error code 2 Stop in /usr/src/sys/modules.*** Error code 1 I've checked and this file is in my /usr/src/sys directory.What am I doing wrong? Do I even need this header to be compiled intothe kernel? Thanks. :wq! Jason