Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2000 20:15:27 -0500
From:      Peter Yang <pyang@MIT.EDU>
To:        freebsd-questions@FreeBSD.org
Subject:   compile problem
Message-ID:  <200012010115.UAA29018@j2.mit.edu>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012010115.UAA29018>