swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

run time error


From: glen e. p. ropella
Subject: run time error
Date: Wed, 26 Feb 1997 11:48:31 -0700

liang> Hi, all I have problem running program examples with the
liang> following error messages:

liang> Cannot find a usable init.tcl in the following directories:
liang> /usr2/opt/apps/lib/tcl7.6 ...  this probably means that Tcl
liang> wasn't install properly

This is because tcl can't find the libraries.  Supposedly,
someone told Tcl, during compilation probably, that it 
would find its library files in /usr2/opt/apps/lib/tcl7.6 or
somesuch.

You can fix this by first finding those libraries (a 
find / -name init.tcl -print should do the trick), then
setting the environment variable TCL_LIBRARY equal to the
path where you found that file.  The same should probably
be done for Tk.

glen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]