Having migrated to Windows 7 has left me without one of my favorite Perl Modules - Tk When attempting to install Tk under CPAN, I get the following, note we ran out of room to have the complete listing. I appologize, in advanced for the lack of completeness. Initial commands:
cpan C:\Users\charlers\Desktop>cpan Set up gcc environment - gcc.exe (gcc-4.6.3 release with patches [buil +d 20121012 by perlmingw.sf.net]) 4.6.3 cpan shell -- CPAN exploration and modules installation (v1.9456) Enter 'h' for help. cpan> install Tk
... lots of the install process...
C:\Perl64\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 X.bs C:\Perl64\bin\perl.exe -MExtUtils::Mksymlists \ -e "Mksymlists('NAME'=>\"Tk::X\", 'DLBASE' => 'X', 'DL_FUNCS' => +{ }, 'FUN CLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" Set up gcc environment - gcc.exe (gcc-4.6.3 release with patches [buil +d 20121012 by perlmingw.sf.net]) 4.6.3 dlltool --def X.def --output-exp dll.exp C:\STRAWB~1\c\bin\g++.exe -o ..\..\blib\arch\auto\Tk\X\X.dll -Wl,--bas +e-file -Wl ,dll.base -mdll -L"C:\Perl64\lib\CORE" X.o -Wl,--image-base,0x342e0000 + C:\Perl6 4\lib\CORE\perl512.lib -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg +32 -ladvap i32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwi +nmm -lvers ion -lodbc32 -lodbccp32 -lcomctl32 -lbufferoverflowU -lmsvcrt dll.exp c:/strawb~1/c/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w +64-mingw32 /bin/ld.exe: cannot find -lbufferoverflowU collect2: ld returned 1 exit status dmake.exe: Error code 129, while making '..\..\blib\arch\auto\Tk\X\X. +dll' dmake.exe: Error code 255, while making 'subdirs' dmake.exe: Error code 255, while making 'subdirs' SREZIC/Tk-804.031.tar.gz C:\STRAWB~1\c\bin\dmake.exe -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: SREZIC/Tk-804.031.tar.gz : make NO

In reply to Installing Tk problems with Active State on Windows by Ray Smith

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.