in reply to Re^3: Perl Crash attempting to run Tcl code (depends.exe)
in thread Perl Crash attempting to run Tcl code

I was able to solve the problem by setting the environment variable:
set PERL_TCL_DL_PATH=C:\Tcl\bin\tcl85.dll

Thanks all for the help!

  • Comment on Re^4: Perl Crash attempting to run Tcl code (depends.exe)

Replies are listed 'Best First'.
Re^5: Perl Crash attempting to run Tcl code (depends.exe)
by Anonymous Monk on May 21, 2013 at 23:08 UTC

    Hmm, Apparently tkkit.dll ( a tcl8x.dll + modules ) isn't enough Tcl for that RPC server

    FWIW, modifying your path would also work  set path=%path%;C:\Tcl8.6\bin

      FWIW, modifying your path would also work set path=%path%;C:\Tcl8.6\bin

      Actuall it wouldn't -- I don't have tkkit (not activeperl), so tcl.pm looks for tclxx.dll, ha