From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 10:26:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0353416A509 for ; Thu, 26 Feb 2004 10:26:17 -0800 (PST) Received: from ua.fm (smtp2.ua.fm [195.248.176.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id C876B43D53 for ; Thu, 26 Feb 2004 10:26:09 -0800 (PST) (envelope-from cyberserg@ua.fm) Received: from Lotaroz.mitridat.com.ua (account cyberserg [213.160.132.26] verified) by ua.fm (CommuniGate Pro SMTP 3.5.9) with ESMTP id 78894992 for freebsd-questions@freebsd.org; Thu, 26 Feb 2004 20:26:08 +0200 Date: Thu, 26 Feb 2004 20:26:20 +0200 From: cyberserg@ua.fm X-Mailer: The Bat! (v1.39) Educational X-Priority: 3 (Normal) Message-ID: <17851.040226@ua.fm> To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Developmet in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cyberserg@ua.fm List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 18:26:17 -0000 Hello All, I can't compile sample filter for sendmail. This sample writing in doc with sandmail, but I can't compile it. What I missing ? (off topic) Where I can ask question about developing more ? cc sample.c /tmp/ccoPD8c2.o: In function `mlfi_connect': /tmp/ccoPD8c2.o(.text+0x47): undefined reference to `smfi_setpriv' /tmp/ccoPD8c2.o(.text+0x5b): undefined reference to `smfi_getsymval' /tmp/ccoPD8c2.o: In function `mlfi_helo': /tmp/ccoPD8c2.o(.text+0xc3): undefined reference to `smfi_getpriv' /tmp/ccoPD8c2.o(.text+0xda): undefined reference to `smfi_getsymval' /tmp/ccoPD8c2.o: In function `mlfi_envfrom': /tmp/ccoPD8c2.o(.text+0x1be): undefined reference to `smfi_getpriv' /tmp/ccoPD8c2.o(.text+0x1d5): undefined reference to `smfi_getsymval' /tmp/ccoPD8c2.o: In function `mlfi_envrcpt': /tmp/ccoPD8c2.o(.text+0x366): undefined reference to `smfi_getpriv' /tmp/ccoPD8c2.o(.text+0x37d): undefined reference to `smfi_getsymval' /tmp/ccoPD8c2.o: In function `mlfi_header': /tmp/ccoPD8c2.o(.text+0x493): undefined reference to `smfi_getpriv' /tmp/ccoPD8c2.o: In function `mlfi_eoh': /tmp/ccoPD8c2.o(.text+0x4e6): undefined reference to `smfi_getpriv' /tmp/ccoPD8c2.o: In function `mlfi_body': /tmp/ccoPD8c2.o(.text+0x532): undefined reference to `smfi_getpriv' /tmp/ccoPD8c2.o: In function `mlfi_eom': /tmp/ccoPD8c2.o(.text+0x5d4): undefined reference to `smfi_addrcpt' /tmp/ccoPD8c2.o: In function `mlfi_cleanup': /tmp/ccoPD8c2.o(.text+0x644): undefined reference to `smfi_getpriv' /tmp/ccoPD8c2.o(.text+0x77a): undefined reference to `smfi_addheader' /tmp/ccoPD8c2.o: In function `mlfi_close': /tmp/ccoPD8c2.o(.text+0x82e): undefined reference to `smfi_getpriv' /tmp/ccoPD8c2.o(.text+0x893): undefined reference to `smfi_setpriv' /tmp/ccoPD8c2.o: In function `main': /tmp/ccoPD8c2.o(.text+0x96e): undefined reference to `smfi_setconn' /tmp/ccoPD8c2.o(.text+0xa70): undefined reference to `smfi_settimeout' /tmp/ccoPD8c2.o(.text+0xbb2): undefined reference to `smfi_register' /tmp/ccoPD8c2.o(.text+0xbe5): undefined reference to `smfi_main' -- Best regards, cyberserg mailto:cyberserg@ua.fm