Date: Sun, 2 Mar 1997 16:04:49 -0800 (PST) From: asami@vader.cs.berkeley.edu (Satoshi Asami) To: dbabler@Rigel.orionsys.com Cc: ports@freebsd.org Subject: Re: Problems with INN port Message-ID: <199703030004.QAA26623@baloon.mimi.com> In-Reply-To: <Pine.BSI.3.95.970302150816.12811A-100000@Rigel.orionsys.com> (message from Dave Babler on Sun, 2 Mar 1997 15:12:34 -0800 (PST))
next in thread | previous in thread | raw e-mail | index | archive | help
* I'm running 2.1.7-STABLE and have kept the ports collections updated using * SUP (ports-current). In trying to make INN 1.5.1, I encounter this * problem: * gcc -o innd art.o cc.o chan.o his.o icd.o innd.o lc.o nc.o newsfeeds.o ng.o proc.o rc.o site.o tcl.o perl.o ../libinn.a -ltcl -lm -L/usr/local/lib/perl5/i386-freebsd/5.003/CORE -lperl -lm -lutil -lcrypt * ld: -ltcl: no match Since you're using 2.1-stable and running ports-current, tcl are in different places. Try changing the "-ltcl" to "-L/usr/local/lib -ltcl75". Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703030004.QAA26623>