Patrick Samson <p_samson@yahoo.com> writes:
> Add a call to Tcl_FindExecutable() in
> pltcl.c - pltcl_init_all(),
> just before the call to Tcl_CreateInterp().
> It should be called with argv[0] as argument, but I
> don't know how to get this piece of information for
> pltcl.dll. Anyway, for Windows, it is unused
> (see win/tclWinFile.c - TclpFindExecutable()). Just a
> value != NULL is OK, so I used an empty string.
AFAICS this patch breaks all non-Windows platforms. Sorry, that
won't do ...
regards, tom lane