From owner-freebsd-pf@FreeBSD.ORG Thu Sep 16 03:44:49 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 674) id E4CB516A4CF; Thu, 16 Sep 2004 03:44:49 +0000 (GMT) Delivered-To: mlaier@vampire.homelinux.org Received: (qmail 14526 invoked by uid 1005); 6 Aug 2003 23:31:34 -0000 Delivered-To: max@vampire.homelinux.org Received: (qmail 14523 invoked from network); 6 Aug 2003 23:31:34 -0000 Received: from moutng.kundenserver.de (212.227.126.184) by p50839001.dip.t-dialin.net with SMTP; 6 Aug 2003 23:31:34 -0000 Received: from [212.227.126.212] (helo=mxng16.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19kYdT-00005O-00 for max@vampire.homelinux.org; Thu, 07 Aug 2003 02:28:07 +0200 Received: from [206.53.239.180] (helo=turing.freelists.org) by mxng16.kundenserver.de with esmtp (Exim 3.35 #1) id 19kYdQ-0003MP-00 for max@love2party.net; Thu, 07 Aug 2003 02:28:04 +0200 Received: from turing (localhost [127.0.0.1])ESMTP id 5D9663953A9 for ; Wed, 6 Aug 2003 19:32:11 -0500 (EST) Received: with ECARTIS (v1.0.0; list pf4freebsd); Wed, 06 Aug 2003 19:32:01 -0500 (EST) Delivered-To: pf4freebsd@freelists.org Received: from mail.fluidhosting.com (ns1.fluidhosting.com [66.150.201.70]) SMTP id 0BB7A395344 for ; Wed, 6 Aug 2003 19:31:59 -0500 (EST) Received: (qmail 25104 invoked by uid 1004); 7 Aug 2003 00:26:29 -0000 Received: from 207.188.198.140 ( [207.188.198.140])with HTTP; Wed, 6 Aug 2003 20:26:29 -0400 Message-ID: <1060215989.3f319cb5b5ac8@mail.fluidhosting.com> From: pf-r@solarflux.org To: pf4freebsd@freelists.org References: <003501c35b54$c5187240$01000001@max900> <3F301BE0.1040103@BSDsystems.de> <1060129200.3f3049b09d4fa@mail.fluidhosting.com> <1060205566.3f3173fe72132@mail.fluidhosting.com> <00ba01c35c65$04036710$01000001@max900> <1060212294.3f318e46db813@mail.fluidhosting.com> <000901c35c74$eb8639f0$01000001@max900> In-Reply-To: <000901c35c74$eb8639f0$01000001@max900> MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 207.188.198.140 X-archive-position: 82 X-ecartis-version: Ecartis v1.0.0 Sender: pf4freebsd-bounce@freelists.org Errors-To: pf4freebsd-bounce@freelists.org X-original-sender: pf-r@solarflux.org Precedence: normal X-list: pf4freebsd X-UID: 188 X-Length: 3192 X-Mailman-Approved-At: Thu, 16 Sep 2004 03:55:52 +0000 Subject: [pf4freebsd] Re: pftop X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Reply-To: pf4freebsd@freelists.org List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 16 Sep 2004 03:44:50 -0000 X-Original-Date: Wed, 6 Aug 2003 20:26:29 -0400 X-List-Received-Date: Thu, 16 Sep 2004 03:44:50 -0000 The Makefile was the same, so I commented out the following that is in my /etc/make.conf: #CFLAGS= -O -pipe Then it built without issue. Thanks, -S Quoting Max Laier : > hmmm ... your Makefile seems messed up. In the correct Makefile you have: > CFLAGS+= -I${.CURDIR}/../../include > > Which produces output like: > cc -O -pipe -mcpu=pentiumpro -I/somewhere/pf_freebsd_1.60/contrib/pftop/../. > ./include -mcpu=pentiumpro -Wall -DOS_LEVEL=33 -c pftop.c > > Please check that ... here it builds without any problem.