Posted to tcl by bleb at Fri Nov 03 03:53:19 GMT 2023view raw

  1. # ls
  2. hv.tcl hvinit.c libtkhtml11.0.so nogif.fig nogif.gif nogifsm.gif ss.tcl ssinit.c
  3. # echo 'load libtkhtml11.0.so tkhtml1' >test.tcl && wish test.tcl
  4. Error in startup script: couldn't load file "libtkhtml11.0.so": Error loading shared library libtkhtml11.0.so: No such file or directory
  5. while executing
  6. "load libtkhtml11.0.so tkhtml1"
  7. (file "test.tcl" line 1)
  8. # echo 'load libtkhtml11.0.so tkhtml1' | wish
  9. ^C
  10. # echo 'load libtkhtml11.0.so tkhtml' | wish
  11. cannot find symbol "Tkhtml_Init": Symbol not found: _Tkhtml_Init
  12. ^C
  13. #
  14.