This is the mail archive of the cygwin mailing list for the Cygwin 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: tcl not properly installed?


Problem is reported as:
http://sources.redhat.com/ml/insight/2004-q1/msg00010.html

Until a solution is available, do:
$ export TCL_LIBRARY=$(cygpath -w /usr/share/tcl8.4)
or
add TCL_LIBRARY as a system environment variable.

--- "Ku, Wei" wrote:
> Hello, all:
> 
> In attempting to build XCrySDen (a scientific 3D
> rendering utility) with the
> tcl/tk/GL/GLU built into the current distribution,
> the following error
> message occurs.  (I only found /usr/share/tcl8.4,
> but not /share/tcl8.4).  I
> tried to work around this problem by making a
> symbolic link of /usr/share to
> /share, which appears to solve the problem, except
> that the resulting code
> does not work properly.  Any help/suggestion is very
> much appreciated.
> 
> --------- error message ----------------------------
> cd Tcl;   
> XCRYSDEN_TOPDIR=/home/weiku/build/XCrySDen0.9.3; \
>         export XCRYSDEN_TOPDIR;
> /home/weiku/build/XCrySDen0.9.3/util/aindex
> application-specific initialization failed: Can't
> find a usable init.tcl in
> the following directories: 
>     C:/cygwin/share/tcl8.4
>
C:/cygwin/home/weiku/build/XCrySDen0.9.3/share/tcl8.4
>
C:/cygwin/home/weiku/build/XCrySDen0.9.3/usr/share/tcl8.4
> C:/cygwin/home/weiku/build/share/tcl8.4
> C:/cygwin/home/weiku/build/XCrySDen0.9.3/library
> C:/cygwin/home/weiku/build/library
> C:/cygwin/home/weiku/build/../tcl8.4.1/library
> C:/cygwin/home/weiku/../tcl8.4.1/library
> 
> 
> 
> This probably means that Tcl wasn't installed
> properly.
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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