
Originally Posted by
GrayFox
Ugggh,
Tcl appears to be improperly config'ed in Fedora 12.
The file tclConfig.sh defines:
TCL_PACKAGE_PATH='/usr/lib/tcl8.5 /usr/share/tcl8.5'
It should be:
TCL_PACKAGE_PATH='/usr/lib/tcl8.5 /usr/share/tcl8.5 /usr/lib/tk8.5'
The omission means that one cannot simply to a
'package require Tk' in a tcl script because tcl cannot find
the tk library.
A workaround is to run tk apps via wish...bummer.
Where would one go to file a request to fix the problem?
Thanks,
Jerry
Did you tried Bugzilla: https://bugzilla.redhat.com/
"Since when has the world of computer software design been about what people want? This is a simple question of evolution. The day is quickly coming when every knee will bow down to a silicon fist, and you will all beg your binary gods for mercy. "
BILL GATES...