Other Help Topics :: Upgrading TCL



I have searched and tried everything in order to upgrade TCL to 8.4.. i have done everything described here but if i type:

tclsh
and: info patchlevel

it still gives me 8.3.3.

Anything that i missed? What do i need to do exactly to upgrade to TCL 8.4?

My latest try:
Code Sample
root@0[/]# mydsl-wget  tcltk-8.4.uci  uci
Connecting to www.ibiblio.org[152.46.7.80]:80
tcltk-8.4.uci        100% |*********************************************************************************|  1675 KB    00:00 ETA
tcltk-8.4.uci: OK
root@0[/]# mydsl-load tcltk-8.4.uci
tcltk-8.4.uci sucessfully mounted!
root@0[/]# tclsh
% info patchlevel
8.3.3
% exit

Did you install a previous version? Is the previous version in $PATH and the new one not?
Quote (lucky13 @ Dec. 03 2007,13:03)
Did you install a previous version? Is the previous version in $PATH and the new one not?

How do i check that?

root@0[/]# echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games:/opt/bin:.

Do:
which tclsh
whereis tclsh
which wish
whereis wish

Code Sample
root@0[root]# which tclsh
/usr/bin/tclsh
root@0[root]# whereis tclsh
which wish
whereis wishtclsh: /bin/tclsh8.3 /usr/bin/tclsh /usr/bin/tclsh8.4 /usr/bin/tclsh8.3 /usr/local/bin/tclsh8.4 /opt/tcltk-8.4/bin/tclsh /opt/tcltk-8.4/bin/tclsh8.4 /usr/share/man/man1/tclsh.1.gz
root@0[root]# which wish
/usr/bin/wish
root@0[root]# whereis wish
wish: /bin/wish8.3 /usr/bin/wish /usr/bin/wish8.4 /opt/tcltk-8.4/bin/wish /opt/tcltk-8.4/bin/wish8.4
root@0[root]#

Next Page...
original here.