This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tcltk cygwin


On Thu, 2003-07-24 at 15:15, Goranka Bilalbegovic wrote:
> Hi.
> Christopher Faylor wrote on gmane.os.cygwin: "If you have problems with
> tcltk it is best to send them to the insight mailing list..."

Yes, you've found the "right" place.

> When I start the program on cygwin the error message is:
> "can't find a usable init.tcl in the following directories:
> C:/CYGWIN/share/tcl8.4...
> This probably means that TCl wasn't installed properly."

Is the environment variable TCL_LIBRARY set? You might try explicitly
pointing it at /usr/share. Remember, though, that tcl takes
windows-style paths not POSIX paths. So if /usr is mounted on c:\cygwin,
you need to specify "TCL_LIBRARY=c:/cygwin/usr/share/tcl8.4".

Can you run tclsh84.exe from the shell?

Keith



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]