http://www.perlmonks.org?node_id=474887

beretboy has asked for the wisdom of the Perl Monks concerning the following question:

How does one install the non-pure-perl Tcl module under Windows with ActiveState Perl/Tcl?


"Sanity is the playground of the unimaginative" -Unknown

Replies are listed 'Best First'.
Re: Tcl module with Win32/ActiveState
by kutsu (Priest) on Jul 14, 2005 at 16:19 UTC
      I've been toiling for several hours to follow the directions in the "Practical Guide" to no avail. It seems many paths have changed!


      "Sanity is the playground of the unimaginative" -Unknown
Re: Tcl module with Win32/ActiveState
by Anonymous Monk on Jul 14, 2005 at 14:42 UTC
      Uh, you'll notice that requires usage of the *nix command make.


      "Sanity is the playground of the unimaginative" -Unknown
        perl -V:make
Re: Tcl module with Win32/ActiveState
by Courage (Parson) on Jul 14, 2005 at 18:06 UTC
    if you don't have a possibility to build a module for Windows, you need to install binaries of that module.
    (otherwise just usual sequence will work: perl Makefile.pl and so on)

    Do you have C compiler for compiling perl module?

Re: Tcl module with Win32/ActiveState
by Courage (Parson) on Jul 15, 2005 at 09:00 UTC
      Thanks!


      "Sanity is the playground of the unimaginative" -Unknown