What steps will reproduce the problem?
See bug report here: [http://core.tcl.tk/tcl/info/8419b6d9ae]
Starting with Tcl 8.6, the function Tcl_FindExecutable() is
not callable through the stub table any more. This was
a design mistake in earlier Tcl version, because
Tcl_FindExecutable() must be called before
Tcl_CreateInterp()
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Tcl8.6 on Win32/Win64
Please provide any additional information below.
Suggested patch for if_tcl.c attached. This should
work for earlier Tcl versions as well.
Original issue reported on code.google.com by jan.nijt...@gmail.com on 6 Sep 2013 at 11:08
Original issue reported on code.google.com by
jan.nijt...@gmail.com
on 6 Sep 2013 at 11:08Attachments: