in reply to issues installing Tk.pm

ppm install http://www.bribes.org/perl/ppm/Tk.ppd
or
ppm install dmake MinGW ppm upgrade dmake MinGW cpan Tk
Tutorials: Installing Modules: A Guide to Installing Modules, A guide to installing modules for Win32, Compiling C/C++ based Modules under ActiveState using MinGW

Replies are listed 'Best First'.
Re^2: issues installing Tk.pm
by Anonymous Monk on Jun 09, 2010 at 01:17 UTC
    You may also need this patch
    --- Tk\MMutil.pm.orig 2009-10-07 03:08:28.781250000 -0700 +++ Tk\MMutil.pm 2009-10-07 03:14:37.390625000 -0700 @@ -583,6 +583,7 @@ } push(@opt,'DEFINE' => $define, 'INC' => $i); } + for(@{$att{LIBS}}){ $_=":nosearch $_"}; WriteMakefile(@opt, %att); }