checking for Tcl library... found /usr/lib/libtcl.so
checking for Tcl header... found /usr/local/include/tcl.h
checking whether the Tcl system has changed... yes
checking for Tcl version... 8.4
checking for Tcl patch level... 8.4.2
checking for Tcl_Free in -ltcl... yes
checking for TclpFinalizeThreadData in -ltcl... no
Compile errors:
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 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/lib -ltcl -lm -ldl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
tcl.o: In function `tcl_eggstr':
/home/steady/eggdrop1.6.13/src/tcl.c:292: undefined reference to `Tcl_GetVar2Ex'
/home/steady/eggdrop1.6.13/src/tcl.c:295: undefined reference to `Tcl_GetByteArrayFromObj'
tcl.o: In function `utf_converter':
/home/steady/eggdrop1.6.13/src/tcl.c:352: undefined reference to `Tcl_GetByteArrayFromObj'
tcl.o: In function `init_tcl':
/home/steady/eggdrop1.6.13/src/tcl.c:643: undefined reference to `Tcl_UtfToLower'
/home/steady/eggdrop1.6.13/src/tcl.c:644: undefined reference to `Tcl_SetSystemEncoding'
/home/steady/eggdrop1.6.13/src/tcl.c:658: undefined reference to `Tcl_SetSystemEncoding'
/home/steady/eggdrop1.6.13/src/tcl.c:671: undefined reference to `Tcl_GetEncoding'
tclmisc.o: In function `tcl_md5':
/home/steady/eggdrop1.6.13/src/tclmisc.c:608: undefined reference to `Tcl_GetByteArrayFromObj'
collect2: ld returned 1 exit status
make[1]: *** [../eggdrop] Error 1