On Wed, 12 Feb 1997, Satish Dattatri wrote:

> Hello,
>       I installed tcl7.5 & tk4.1 then tried to install vtcl1.08 ...
>   I am unable to start vtcl from the directory since it says some lib
> missing, but in fact its there ....
> When i run vtcl the logo gif appears & then some error ...
> ANy help is appriciated ..
> 
> thanks
> satish dattatri
> 
> 
> The structure is :
>    ~/bin  tcl7.5 & wish4.1 are residing ....
>    ~/bin/vt-1.08  vtcl is there .. I have modified vtcl as foloows.
>  CONTENTS of vtcl :
> #!/bin/sh
>  
> PATH_TO_WISH=../wish4.1
> VTCL_HOME=../vt-1.08
>  
> export PATH_TO_WISH
> export VTCL_HOME
>  
> exec ${PATH_TO_WISH} ${VTCL_HOME}/vt.tcl
> -----------------------------------------
> 
> When i execute vtcl from the ~/bin/vt-1.087 directory the error msg is :
> --------------------------------------------------------------------------
> Missing Libary: ../vt-1.08/lib/lib_core.tcl
> can't read "vTcl(classes)": no such element in array
>     while executing


 You need to make sure that VTCL_HOME and PATH_TO_WISH are absolute
 paths. You have them set as relative.

 Also, make sure you're running the final release versions of tcl7.5
 and tk4.1 since the early versions are missing vital commands.

 -stewart-

Reply via email to