Posted to tcl by bleb at Fri Nov 03 03:53:19 GMT 2023view raw
- # ls
- hv.tcl hvinit.c libtkhtml11.0.so nogif.fig nogif.gif nogifsm.gif ss.tcl ssinit.c
- # echo 'load libtkhtml11.0.so tkhtml1' >test.tcl && wish test.tcl
- Error in startup script: couldn't load file "libtkhtml11.0.so": Error loading shared library libtkhtml11.0.so: No such file or directory
- while executing
- "load libtkhtml11.0.so tkhtml1"
- (file "test.tcl" line 1)
- # echo 'load libtkhtml11.0.so tkhtml1' | wish
- ^C
- # echo 'load libtkhtml11.0.so tkhtml' | wish
- cannot find symbol "Tkhtml_Init": Symbol not found: _Tkhtml_Init
- ^C
- #