http://qs321.pair.com?node_id=1214499


in reply to Re^2: Install module Tcl Strawberryperl
in thread Install module Tcl Strawberryperl

Hi

My ActiveTcl installation has a tcl86t.lib (note the t). I'll need to first understand ExtUtils::MakeMaker as I do not know this module and I am not quite sure what do I have to do with it.

  • Comment on Re^3: Install module Tcl Strawberryperl

Replies are listed 'Best First'.
Re^4: Install module Tcl Strawberryperl
by Anonymous Monk on May 14, 2018 at 22:06 UTC

    Hi,

    Try calling  perl Makefile.PL -DTCL_LIB_FILE=tcl86t.lib

    While this is not an issue with ExtUtils::MakeMaker itself, still a good idea to keep it current

    This is a bug in VKON/Tcl-1.05/Makefile.PL , it is not retrieving TCL_LIB_FILE= value from C:/ActiveTcl/lib/tclConfig.sh , which ought to be tcl86t.lib

    Maybe TCL_LIB_FILE value wasn't available before , but its available know. You should report this bug to VKON ( bug-Tcl@rt.cpan.org ) and reference this thread