From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 21:37:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E2981065670 for ; Thu, 20 Nov 2008 21:37:22 +0000 (UTC) (envelope-from efrenba@yahoo.es) Received: from web25218.mail.ukl.yahoo.com (web25218.mail.ukl.yahoo.com [217.146.176.204]) by mx1.freebsd.org (Postfix) with SMTP id 8F5118FC16 for ; Thu, 20 Nov 2008 21:37:21 +0000 (UTC) (envelope-from efrenba@yahoo.es) Received: (qmail 9488 invoked by uid 60001); 20 Nov 2008 21:10:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=AENMQmQ61b0iWvZt593Wbew1kYDdPyD9ohzLyhUsSX3tc2QPhToQlMKbddF4iDZigMfBGO9XyzxXZZBkukebTEJhtUJcxQNwrXWhWarx2mU/EsEnGtQuxSJ4q3iaadzM5Q3OTftSZi8Sb7lYrvD614dh2KjshCv4ZJKnt1+Ujjo=; X-YMail-OSG: ljNJEjUVM1m7xia8bB6TvOjaRpj1jpj.bj8OsM.uS6ok07bZVwX7UuV_z3IA4vJJE4wT.6PiN6v20UGeYHsTmczSYiFT9XOEVERvVFOhJs4ISlmtcIYq1B2UHD70huKKIA6ny14z21E0dKquIFWF0AvNLlgY8RkEtCY_JqE- Received: from [200.55.168.196] by web25218.mail.ukl.yahoo.com via HTTP; Thu, 20 Nov 2008 21:10:40 GMT X-Mailer: YahooMailWebService/0.7.260.1 Date: Thu, 20 Nov 2008 21:10:40 +0000 (GMT) From: Efren Bravo To: freeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <725112.9446.qm@web25218.mail.ukl.yahoo.com> Subject: Milter compile problem [OT] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2008 21:37:22 -0000 Hi, I cant compile my filter, the error is: /usr/home/efrenba/C_Plus/mpolice/src/mpolice.cpp:63: undefined reference to= `smfi_setconn' Im working with PC-BSD 1.41 (FreeBSD pcbsd 6.3-PRERELEASE FreeBSD 6.3-PRERE= LEASE #2) and KDevelop. I checked the #include "libmilter/mfapi.h and I think that is ok: pcbsd# ll /usr/include/libmilter/ total 24 -r--r--r-- 1 root wheel 16588 7 nov 2007 mfapi.h -r--r--r-- 1 root wheel 4727 7 nov 2007 mfdef.h Suggestions? Thanks in advance, Efren Bravo.=0A=0A=0A