From owner-freebsd-questions Fri Oct 18 12:56:55 2002 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 477EB37B40B for ; Fri, 18 Oct 2002 12:56:54 -0700 (PDT) Received: from postal2.et.byu.edu (postal2.et.byu.edu [128.187.122.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D3643E9C for ; Fri, 18 Oct 2002 12:56:35 -0700 (PDT) (envelope-from soren@et.byu.edu) Received: (from root@localhost) by postal2.et.byu.edu (8.9.3 (PHNE_25184)/8.9.3) id NAA18518 for freebsd-questions@freebsd.org; Fri, 18 Oct 2002 13:57:29 -0600 (MDT) Received: from et.byu.edu (pc-112-144.et.byu.edu [128.187.112.144]) by postal2.et.byu.edu (8.9.3 (PHNE_25184)/8.9.3) with ESMTP id NAA18450 for ; Fri, 18 Oct 2002 13:57:29 -0600 (MDT) Message-ID: <3DB066A6.9040900@et.byu.edu> Date: Fri, 18 Oct 2002 13:53:10 -0600 From: Soren Harward User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: custom kernel build fails at pxe.c Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been a Linux user for years but I just installed FreeBSD for the first time last night. It's on a machine that I want to use as a firewall, so I started building a custom kernel (with IPFIREWALL, etc. enabled) from the straight-out-of-the-box 4.7-RELEASE sources. I got the following error (trimmed down for legibility): ------ cc -O -pipe -I/usr/src/sys/boot/i386/libi386/../../common -I/usr/src/sys/boot/i386/libi386/../btx/lib -I/usr/src/sys/boot/i386/libi386/../.. /.. -I. -DCOMPORT=0x3f8 -DCOMSPEED=9600 -I/usr/src/sys/boot/i386/libi386/../../../../lib/libstand/ -DTERM_EMU -mpreferred-stack-boundary=2 -c pxe.c -o pxe.o pxe.c:41: net.h: No such file or directory pxe.c:42: netif.h: No such file or directory pxe.c:43: nfsv2.h: No such file or directory pxe.c:44: iodesc.h: No such file or directory pxe.c:46: bootp.h: No such file or directory ------ The only source code packages I installed were sbase, sincludes and ssys. Apparently, I forgot something because I can't find these headers anywhere on the system. I did some looking around in the ML archives to try to solve this, but I'm stumped. I've gathered that I has to do with compiling for PXE boots, but I don't need that feature. LINT doesn't have any options for disabling PXE, so it looks like I've got to find these headers. Where are they? Or is there some other way to disable PXE? -- Soren Harward CAEDM SysOp / CSR soren@et.byu.edu ______________________________________ Inflex Virus Scanner - installed on mailserver for domain @et.byu.edu Queries to: postmaster@et.byu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message