I've never ran a BOT before and I'm so close to getting this to work. I installed and compiled tcl 8.3.4 and now I'm trying to use the ./configure command in eggdrop but it keeps detecting tcl version 6.7 and says my version is to old. The path for the tcllib and tclinc are NOT correct in the configure file. I change the configure file and it says it can't locate the files. Here's a copy of the part I'm trying to edit. The full path name to the tcl directory is:
/afs/domainame/users/11/25/myusername/tcl
myusername I assume would be my root directory.
Here's how I modified the configure file. What am I missing here?
# Defaults:
ac_help=
ac_default_prefix=/usr/local
# Any additions from configure.in:
ac_default_prefix=${HOME}/eggdrop
egg_ac_parameters="$*"
ac_help="$ac_help
--with-tcllib=~/tcl/lib"
ac_help="$ac_help
--with-tclinc=~/tcl/include"
ac_help="$ac_help
--disable-tcl-threads Disable threaded tcl support if detected. (Ignore this option unless you know what you are doing)"