http://wordnet.princeton.edu/wordnet...t-version/#nix

make doesn't work due to problems with Tcl configuration while running configure

Code:
$ time ( ./configure --prefix="${_PRFX}" --exec-prefix="${_PRFX_ARCH}" ) > "configure_${_LOG_SFX}" 2>&1


$ tail -n 10 "configure_${_LOG_SFX}"
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for Tcl configuration... configure: WARNING: Can't find Tcl configuration definitions


real    0m21.087s
user    0m0.790s
sys    0m0.390s


$ time sudo find / -type f -name "tclConfigure.sh"
find: ‘/run/user/1000/gvfs’: Permission denied


real    2m39.346s
user    0m3.803s
sys    0m9.400s


$ time sudo find / -type f -name "tkConfig.sh"
find: ‘/run/user/1000/gvfs’: Permission denied


real    0m21.570s
user    0m3.513s
sys    0m8.487s


$ sudo apt-get install tcl-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package tcl-dev


$ sudo apt-get install tk-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package tk-dev