From owner-freebsd-questions Thu Nov 30 17:15:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by hub.freebsd.org (Postfix) with SMTP id 583AB37B400 for ; Thu, 30 Nov 2000 17:15:34 -0800 (PST) Received: from GRAND-CENTRAL-STATION.MIT.EDU by MIT.EDU with SMTP id AA01409; Thu, 30 Nov 00 20:16:52 EST Received: from melbourne-city-street.MIT.EDU (MELBOURNE-CITY-STREET.MIT.EDU [18.69.0.45]) by grand-central-station.MIT.EDU (8.9.2/8.9.2) with ESMTP id UAA14974 for ; Thu, 30 Nov 2000 20:15:29 -0500 (EST) Received: from j2.mit.edu (J2.MIT.EDU [18.246.0.104]) by melbourne-city-street.MIT.EDU (8.9.3/8.9.2) with ESMTP id UAA24962 for ; Thu, 30 Nov 2000 20:15:28 -0500 (EST) Received: (from pyang@localhost) by j2.mit.edu (8.9.3) id UAA29018; Thu, 30 Nov 2000 20:15:27 -0500 (EST) Message-Id: <200012010115.UAA29018@j2.mit.edu> To: freebsd-questions@FreeBSD.org Subject: compile problem Date: Thu, 30 Nov 2000 20:15:27 -0500 From: Peter Yang Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi -- Not sure if you can help me with this, but the freebsd.org website says to ask you if I have a problem making my kernel, so I thought I'd give it a shot. I implemented a new kernel option called "TCP_REORDER" and added it to the /sys/i386/conf/options file, per the instructions in the FreeBSD handbook. I included "opt_tcp_reorder.h" in /sys/netinet/tcp_var.h and get the following error during the make process: ===> if_tun ===> ipfilter ===> ipfw cc -O -pipe -DIPFIREWALL -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/ipfw/../../netinet/ip_fw.c In file included from /usr/src/sys/modules/ipfw/../../netinet/ip_fw.c:62: @/netinet/tcp_var.h:40: opt_tcp_reorder.h: No such file or directory *** Error code 1 Stop in /usr/src/sys/modules/ipfw. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/REORDER. I'm assuming this problem is occurring because the ipfw code is part of a loadable module (?). Can you give me a pointer about what to do in this case? Thank you. Sincerely, Peter Yang ---------------------------------------------------------- Peter Yang (617) 225-1277 (H) 550 Memorial Drive #22f1 (617) 452-3433 (O) Cambridge, MA 02139 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message