From: Maurice L. <mj...@ga...> - 2001-10-04 04:42:30
|
hv...@i-... writes: > this sure looks like itcl is being 'pulled in' but I still have not > figured out why, Yes, I see this happening from mktclIndex, > but just out of curiousity, why the hell is itcl being invoked if > I spec --disable-itcl? Because mktclIndex is not coupled to the configuration process (it should be), and apparently the [catch {package require Itcl}] does not generate an error. I didn't consider the case where an iTcl installation would be found but was disabled by configure & worse, didn't work with the version of Tcl/TK you were linking against. I'll put it on my list of stuff to fix, but meanwhile you can hack mktclIndex to only include: "auto_mkindex *.tcl" after the tclsh exec. -- Maurice LeBrun mj...@ga... |