tcllib installation fails on cygwin using ./configure;
make install. No error messages noted during
installation, but afterward
"package require fileutil"
returns "cant't find package fileutil"
Nevertheless, installation succeeds by the alternate
installation method, simply calling installer.tcl
Windows XP Home Edition v. 5.1 Build 2600 Service Pack 2
cygwin DLL version 1.5.19
ash 20040127-3
bash 3.0-14
tcltk 20030901-1
Logged In: YES
user_id=75003
Originator: NO
Does this happen for the current CVS head as well ? I just checked and the installer code in the CVS head does not contain 'package require fileutil', so the problem might be gone.
If not note that the Makefile calls on 'installer.tcl' as well, with a series of arguments for non-gui operation. So, when you call the installer directly, using them same arguments, does the error then happen ?