checking for Tcl library... found /usr/lib/libtcl8.0.so.1
checking for Tcl header... found /usr/local/include/tcl.h
checking whether the Tcl system has changed... yes
checking for Tcl version... 8.3
checking for Tcl patch level... 8.3.4
checking for Tcl_Free in -ltcl8.0... no
checking for TclpFinalizeThreadData in -ltcl8.0... no
There's a clip from eggdrop 1.6.10 ./configure
I had tcl 8.3 previously, and seems there are some traces of it left on my system. This is propably causing a compile error.
Where does eggdrop look for TCL version? So I can go and remove the tcl8.3 left overs.
Thanks..