Date: Thu, 26 Feb 2004 20:26:20 +0200 From: cyberserg@ua.fm To: freebsd-questions@freebsd.org Subject: Developmet in FreeBSD Message-ID: <17851.040226@ua.fm>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17851.040226>