Date: Thu, 2 May 2002 20:53:51 -0400 (EDT) From: Ben Hockenhull <benh@blues.jpj.net> To: freebsd-questions@freebsd.org Subject: Problems compiling MIMEDefang (gcc and -lsm) Message-ID: <20020502204941.X22838-100000@blues.jpj.net>
next in thread | raw e-mail | index | archive | help
I'm trying to compile MIMEDefang under FreeBSD 4.5-STABLE and am having a problem with what appears to be a library. byron benh 17 /usr/src/source/mimedefang-2.8# make gcc -g -O2 -pthread -DPERL_PATH=\"/usr/bin/perl\" -DMIMEDEFANG_PL=\"/usr/local/bin/mimedefang.pl\" -DRM=\"/bin/rm\" -DVERSION=\"2.8\" -DSPOOLDIR=\"/var/spool/MIMEDefang\" -DQDIR=\"/var/spool/MIMEDefang\" -I/usr/include -c -o mimedefang.o mimedefang.c gcc -g -O2 -pthread -o mimedefang mimedefang.o /usr/lib/libmilter.a /usr/local/lib/libsmutil.a -lsm /usr/libexec/elf/ld: cannot find -lsm *** Error code 1 Stop in /usr/src/source/mimedefang/mimedefang-2.8. byron benh 18 /usr/src/source/mimedefang-2.8# One suggestion I saw was to copy /usr/obj/usr/src/lib/libsm/libsm.a to /usr/local/lib, which I did, but the problem persists. Any suggestions? Thanks Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020502204941.X22838-100000>