I´m having this problem .. i need to change my eggdrops to use TCL 8.2 instead of 8.0.
On shell theres : TCL 8.0 8.1 8.2. So, how i should configure it or sth like that ?
=|
when running the ./configure script, you need to specify the exact location of the tcl.h file, and the library (.so file) of the version of Tcl you wish to use.
You should specify this using the --with-tclinc and --with-tcllib settings.