after ./configure --with-tcllib=/usr/pkg/lib/libtcl83.so --with-tclinc=/usr/pkg/include/tcl.h
all go ok
but at the end of make
Linking eggdrop...
gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o -L/usr/pkg/lib -ltcl83 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/usr/pkg/lib/libtcl83.so: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
strip ../eggdrop
Successful compile: eggdrop
Shared object "libtcl83.so.1" not found
*** Error code 1
seems that lost the link to the lib path during compiling
http://mail-index.netbsd.org/netbsd-use ... /0017.html
here there is a solution but i donnow how i can apply
tnx
byby