On Tue, Mar 19, 2002 at 05:36:16PM -0600, Michael D. Harnois wrote: > On Tue, 2002-03-19 at 17:18, Mark Murray wrote: > > Post the _errors_. :-)
I'm in the middle of buildworld. > > cc -pipe -march=pentiumpro -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" > -I/usr/src/sbin/ipnat/../../sys/contrib/ipfilter/netinet > -I/usr/src/sbin/ipnat/../../contrib/ipfilter -static -o ipnat > ipnat.o kmem.o natparse.o common.o -lkvm > ipnat.o: In function `dostats': > ipnat.o(.text+0x671): undefined reference to `printnat' > ipnat.o(.text+0x733): undefined reference to `printactivenat' > ipnat.o: In function `showhostmap': > ipnat.o(.text+0x858): undefined reference to `printhostmap' > natparse.o: In function `natparsefile': > natparse.o(.text+0x1d02): undefined reference to `printnat' > > This is one of the problems. The obvious fix is to add printnat.c to SRCS in the Makefile. This doesn't work because of a reference to a member of structure which doesn't exist. -- Steve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message