Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 15:40:37 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        "Michael D. Harnois" <mharnois@cpinternet.com>
Cc:        Mark Murray <mark@grondar.za>, "freebsd-current@FreeBSD.   ORG" <freebsd-current@FreeBSD.ORG>
Subject:   Re: Please backout recent ipfilter changes.
Message-ID:  <20020319154037.A80690@troutmask.apl.washington.edu>
In-Reply-To: <1016580977.80893.13.camel@mharnois.mdharnois.net>; from mharnois@cpinternet.com on Tue, Mar 19, 2002 at 05:36:16PM -0600
References:  <20020319151309.A80454@troutmask.apl.washington.edu> <200203192318.g2JNIF4j072870@grimreaper.grondar.org> <1016580977.80893.13.camel@mharnois.mdharnois.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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