Hello lembas and jbar et.al.,
I issued this command at the prompt: neo@neo-VGN-NR260E:~/Downloads/scid-4.4$
sudo apt-get install tcl8.5-dev tk8.5-dev
everything installed without incident...
then I issued this command at the prompt:
neo@neo-VGN-NR260E:~/Downloads/scid-4.4$
./configure BINDIR=/usr/local/bin
I got this: ./configure: 30: exec: tclsh: not found
I pulled up the "config" file in gedit and looked at line 30 which says this:
exec tclsh "$0" ${1+"$@"}
Here is my path: echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
any ideas??