This is the mail archive of the cygwin@sourceware.cygnus.com 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]

In B20 full.exe 'expect' is built incorrectly


Cygnus Folks,

	If you try to execute 'expect', you get the following:

BASH.EXE-2.02$ expect
Tcl_Init failed: Can't find a usable init.tcl in the following directories:
    {} ./share/tcl8.0 ./share/tcl8.0 c:/tcl8.0/library c:/home/library



This probably means that Tcl wasn't installed properly.

BASH.EXE-2.02$

	Here's a workaround:

$ mkdir /cygnus/tcl8.0/library
$ cp /cygnus/cygwin-b20/share/tcl8.0 /cygnus/tcl8.0/library

	(for "/cygnus", substitute where you installed cygwin-b20.)

	The permanent fix is to configure expect when you're building it so as to
let it know where it will find tcl at run time.

Rick Davis


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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